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).
如何无限循环一个指令啊
while(true){ //这里写要循环的指令 sleep(5000); //每次停顿5秒 }
例如:
while(true){ toast("啦啦啦啦啦"); sleep(5000); }
谢谢大神
与 Auto.js 的连接断开,我们正在尝试重连,请耐心等待