We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
you_jump_i_jump/jump.js
Line 36 in 4b9551a
function sleep (ms) { return new Promise((resolve, reject) => { console.log('睡眠开始') setTimeout(() => { console.log('睡眠结束') resolve() }, ms) }) } iJump = async (distance) => { await jumpGo(parseInt(distance * BOOM)) await sleep(500) await fetchScreenCap() console.log('截图完成...') }
The text was updated successfully, but these errors were encountered:
No branches or pull requests
you_jump_i_jump/jump.js
Line 36 in 4b9551a
这样使用前端ajax就可以不用延迟获取截图
The text was updated successfully, but these errors were encountered: