2016年3月28日
摘要: 最近学习JavaScript的回调函数,将自己学习心得整理下,不一定是正确的。 回调函数概念:A callback is a function that is passed as an argument to another function and is executed after its pa 阅读全文
posted @ 2016-03-28 18:07 张三的哥哥 阅读(514) 评论(0) 推荐(0) 编辑
摘要: 引用自 http://www.ruanyifeng.com/blog/2012/12/asynchronous_javascript.html 你可能知道,Javascript语言的执行环境是"单线程"(single thread)。 所谓"单线程",就是指一次只能完成一件任务。如果有多个任务,就必 阅读全文
posted @ 2016-03-28 15:31 张三的哥哥 阅读(184) 评论(0) 推荐(0) 编辑