@Article()

2.0 新增

生成文章

文本文案起始版本 2.0.0

参数

名称类型必填默认值说明
paragraphCount生成段落数
wordCount最大字数
locale国际化语言,目前只支持中文(zh_CN)和英文(en)、默认`zh_CN`

用法

@Article(arg0,arg1,arg2)

基于指定段落、字数和内容生成文章

示例:
@Paragraph(2|200|At this moment, you are so far away, just like the summer that went away, there is no longer the enthusiasm of the past, it seems that we are all used to such a quiet parting.)
输出:
At this moment, you are so far away, just like the summer that went away, there is no longer the enthusiasm of the past, it seems that we are all used to such a quiet parting. At this moment, you are so far away, just like the summer that went away, there is no longer the enthusiasm of the past, it seems that we are all used to such a quiet parting. At this moment, you are so far away, just like the summer that went away, there is no longer the enthusiasm of the past, it seems that we are all used to such a quiet parting. At this moment, you are so far away, just like the summer that went away, there is no longer the enthusiasm of the past, it seems that we are all used to such a quiet parting. At this moment, you are so far away, just like the summer that went away, there is no longer the enthusiasm of the past, it seems that we are all used to such a quiet parting. At this moment, you are so far away, just like the summer that went away, there is no longer the enthusiasm of the past, it seems that we are all used to such a quiet parting. At this moment, you are so far away, just like the summer that went away, there is no longer the enthusiasm of the past, it seems that we are all used to such a quiet parting.
@Article(arg0,arg1,arg2)

基于指定段落、字数和语言生成文章

示例:
@Article(2|200|en)
输出:
At this moment, you are so far away, just like the summer that went away, there is no longer the enthusiasm of the past, it seems that we are all used to such a quiet parting. I am here. The time is gone, the promise is still there, the people are gone, like the arrow from the mstring, even if it is far to the horizon, the tender words are still there. The autumn models came with graceful and graceful steps, lovingly sending the back of Xia Yuan, accompanied by fallen leaves, waiting for the arrival of the next season. Xia came quietly, and went quietly. Xia came quietly, and went quietly. At this moment, you are so far away, just like the summer that went away, there is no longer the enthusiasm of the past, it seems that we are all used to such a quiet parting.
@Article(arg0)

生成指定语言默认3个段落,长度800字内中文文章

示例:
@Article(en)
输出:
The time is gone, the promise is still there, the people are gone, like the arrow from the mstring, even if it is far to the horizon, the tender words are still there. You are over there. At this moment, you are so far away, just like the summer that went away, there is no longer the enthusiasm of the past, it seems that we are all used to such a quiet parting. I am here. At this moment, you are so far away, just like the summer that went away, there is no longer the enthusiasm of the past, it seems that we are all used to such a quiet parting. Looking at the withered leaves, knowing that some departures are unobstructed, and the empty heart will be filled with the tranquility of the autumn light, so the parting time and time will be warmed by the next meeting. We could have become friends, communicate, talk, and sigh. If the affection is deep, I am not afraid of the long-term, having you in my heart is enough to comfort a lonely soul. You are over there. Accidentally met and met. If the affection is deep, I am not afraid of the long-term, having you in my heart is enough to comfort a lonely soul.
@Article()

生成默认3个段落,长度800字内中文文章

示例:
@Article()
输出:
有时我们是主角,有时我们是配角,但无论角色如何,我们都在努力地活着,追求着自己的梦想。 未来会怎样? 有时我们是主角,有时我们是配角,但无论角色如何,我们都在努力地活着,追求着自己的梦想。 静坐的时光,总有往昔的故事,如同电影一样心头回放,那些曾经的人,那些渐远渐无书的你我,而如今形同陌路了,唯有残留的往事,像是爬满心房的藤蔓,无休无止。 科技的发展改变了我们的生活方式。 从风格上来说不管它是豪放的还纤柔的,也不管它是浪漫的还是写实的我也同样爱读。 静坐的时光,总有往昔的故事,如同电影一样心头回放,那些曾经的人,那些渐远渐无书的你我,而如今形同陌路了,唯有残留的往事,像是爬满心房的藤蔓,无休无止。 从风格上来说不管它是豪放的还纤柔的,也不管它是浪漫的还是写实的我也同样爱读。 喜欢诗,喜欢读诗,时间一长,也就喜欢练习写诗。 不被打扰,也是一种美丽的享受。 喜欢诗,喜欢读诗,时间一长,也就喜欢练习写诗。 孤独何妨呢? 从互联网到人工智能,从智能手机到智能家居,科技正在以前所未有的速度改变着我们的世界。 春天来了,万物复苏。
← 返回函数参考