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).
随机延时() function 随机延时(a = 1, b = 3) { sleep((Math.floor(Math.random() * (b - a + 1)) + a) * 1000) }
这是哪里在报错?大佬们能帮忙看看吗?
autox好像不支持默认参数
不支持默认参数+1