Hahazhu

摘要: var Promise=function(args){ this.callback=[]; var _this=this; setTimeout(function() { _this.done(); }, 0);};Promise.prototype.then=function(res... 阅读全文
posted @ 2014-12-04 19:06 hahazhu 阅读(151) 评论(0) 推荐(0)