摘要:
promise 和 setTimeout设置时间为 0ms[或者不设置] 那个先运行? 1 setTimeout(function(){ 2 console.log('定时器开始啦') 3 }); 4 5 new Promise(function(resolve){ 6 console.log('马 阅读全文
posted @ 2020-04-27 15:25
noob_dong
阅读(275)
评论(0)
推荐(0)
浙公网安备 33010602011771号