Shu-How Zの小窝

Loading...
摘要: 1 // ES6 ES2015 2 // https://promisesaplus.com 3 4 const PROMISE_STATUS_PENDING = 'pending' 5 const PROMISE_STATUS_FULFILLED = 'fulfilled' 6 const PRO 阅读全文
posted @ 2023-09-17 19:51 KooTeam 阅读(9) 评论(0) 推荐(0)