摘要: function SLEEP(t) { return new Promise(function(resolve, reject) { setTimeout(() => { resolve(); }, t) }); }; async function asyncFunc() { console.log 阅读全文
posted @ 2025-05-12 01:47 (๑•_•๑) 阅读(18) 评论(0) 推荐(0)