摘要: from:http://www.jianshu.com/p/287e0bb867ae 阅读全文
posted @ 2017-06-20 14:31 little_ab 阅读(809) 评论(0) 推荐(0) 编辑
摘要: from:http://www.jianshu.com/p/3ed992529cfc setImmediate(function(){ console.log(1); },0); setTimeout(function(){ console.log(2); },0); new Promise(fun 阅读全文
posted @ 2017-06-20 09:32 little_ab 阅读(750) 评论(0) 推荐(0) 编辑