nodejs使用async模块同步执行的方法 首先安装模块async测试代码:call.jsexports.fun1=function(callback){setTimeout(function(){console.log('方法1' nodejs使用async模块同步执行