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).
如何将: 123456789,123456789,978645312 按行“,”进行分割,加入数组 再逐一写入到输入框
"1,34,467979".split(",")
我这吊炸天的ip
var arrays="123456789,123456789,978645312".split(","); arrays.forEach(element => { var title = element; ui.myText.setText(title); });
txt.replace(",","\n");
与 Auto.js 的连接断开,我们正在尝试重连,请耐心等待