又迷茫了

001.jpg

随机延时()
function 随机延时(a = 1, b = 3) {
sleep((Math.floor(Math.random() * (b - a + 1)) + a) * 1000)
}

这是哪里在报错?大佬们能帮忙看看吗?

autox好像不支持默认参数