基本用法
Promise
接受一个 function 作为参数,该 function 被称作 executor, 其中的代码会异步执行。
new Promise(function(resolve, reject) {
setTimeout(() => console.log('executing...'), 1000)
})
console.log('other code run由于简书服务器不稳定动不动就导致写完的文章只剩下一半,以及对文章的无故锁定,本博客不再更新。
Promise
接受一个 function 作为参数,该 function 被称作 executor, 其中的代码会异步执行。
new Promise(function(resolve, reject) {
setTimeout(() => console.log('executing...'), 1000)
})
console.log('other code run由于简书服务器不稳定动不动就导致写完的文章只剩下一半,以及对文章的无故锁定,本博客不再更新。
本文标题:JavaScript 中的 Promise
本文链接:https://www.haomeiwen.com/subject/sdbtprtx.html
网友评论