new Promise(() => {
console.log("22222222");
}).then(()=>{
console.log("111111111");
})
这个写法是不是不对啊?为啥不执行then里面的内容啊。我一直以为我理解了promise的用法
展开
19
评论