Closed wwwzi1 closed 1 month ago
do while 语句 要用 JS begin 包起来吗???
要怎么写?
Can't due to the underlying CasperJS/PhantomJS structure. But you can try doing a big for loop -
for n from 1 to 100 xxx yyy wait if some condition break
But big for loops will be slow.
do while 语句 要用 JS begin 包起来吗???
要怎么写?