单项选择题
以下哪个是Node.js中用于获取文件信息的异步函数()
A.fs.appendFile(file,data[,options],сallback)
B.[fs.writeFileSync(file,data[,options])]
C.fs.stat(path,callback)
D.fs.writeFile(file,data[,options],callback)
点击查看答案
相关考题
