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).
使用dialogs弹窗后,后续代码需要手动点击操作下才能运行,请问有什么解决的方法吗?
//判断项
var Room = dialogs.singleChoice("请选择类别",["有","无"] )
var oneForm = dialogs.singleChoice("是否含",["含","不含"] )
})
sleep(1000) while(!click("buhegeweixuan",0));