Quantcast
Channel: CNode:Node.js专业中文社区
Viewing all articles
Browse latest Browse all 14821

fs模块 为何不能在异步读取文件中使用return?

$
0
0

具体代码如下: function getJs(page){ var uri = “./js/”+page+".js"; fs.readFile(uri,function(err,data){ return data; }); } 我的想法是读取完文件后,将数据返回;但是提示错误: 2016-08-26 00:56:40屏幕截图.png这是为何?


Viewing all articles
Browse latest Browse all 14821

Trending Articles