求助一下,怎么动态调用参数不固定的方法?
autojs吧
全部回复
仅看楼主
level 1
月夜影幢幢
楼主
//参数不固定的方法
function swipe(point1,point2,point3,....){.....}
//input 动态输入 怎么根据input 来调用 swipe(); 比如
var input = "123456";
swipe(1,2,3,4,5,6);
input = "542";
swipe(5,4,2)
2019年12月07日 05点12分
1
level 1
月夜影幢幢
楼主
有懂的可以告知下 这个可以实现么
2019年12月07日 06点12分
2
level 1
月夜影幢幢
楼主
已解决
2019年12月07日 11点12分
3
1