摘要:
最近学习JavaScript的回调函数,将自己学习心得整理下,不一定是正确的。 回调函数概念:A callback is a function that is passed as an argument to another function and is executed after its pa 阅读全文
摘要:
引用自 http://www.ruanyifeng.com/blog/2012/12/asynchronous_javascript.html 你可能知道,Javascript语言的执行环境是"单线程"(single thread)。 所谓"单线程",就是指一次只能完成一件任务。如果有多个任务,就必 阅读全文