Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you may not be able to execute some actions.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
目标:每x秒生成A文本共y次,且在生成A文本的时候添加不同文本大概想法是用循环和定时器,但好像不可以不知道有没有简单的办法
@maker发 间隔秒数是固定的你直接用个长时间的定时器,每次到达时间时执行一次生成文本不就行了嘛