摘要: 1 <script> 2 new Promise(function (resolve,reject) { 3 setTimeout(function () { 4 console.log('First'); 5 resolve(); 6 },1000); 7 }).then(function () 阅读全文
posted @ 2020-09-01 16:12 稻草人11223 阅读(8080) 评论(0) 推荐(0) 编辑
返回顶部