09 2020 档案
promise
摘要:// executor function(resolve, reject) { } );const PENDING = 'pending';const RESOLVED = 'resolved';const REJECTED = 'rejected';function MyPromise(execu 阅读全文
posted @ 2020-09-03 17:55 码农-编程小子 阅读(154) 评论(0) 推荐(0)