摘要: # node #- node最大的特点是单线程,因此一个只能有一个任务运行,大量采用异步操作。- 某一个任务的后续操作一般采用回调函数的形式```var callback = function (error, value) { if (error) { return console.log(... 阅读全文
posted @ 2015-01-18 14:55 smoothLily 阅读(803) 评论(1) 推荐(1) 编辑