Fork me on GitHub

2020年10月16日

手写Promise

摘要: 1.声明promise类并且绑定this class myPromise { static PENDDING = "pendding"; static FULFILLED = "fulfilled"; static REJECTED = "rejected"; constructor(executo 阅读全文

posted @ 2020-10-16 12:11 康心志 阅读(131) 评论(0) 推荐(0) 编辑

导航