ES5中實現ES6的Promise對象

提供代碼直接使用javascript function MyPromise(fn) { this.value; this.status = 'pending'; this.resolveFunc = function() {}; this.rejectFunc = function() {}; fn(this.resolve.bind(this), this.reject.bi
相關文章
相關標籤/搜索