fs.readFile(filename, [encoding], [callback]). Asynchronously reads the entire contents of a file. The callback is passed two arguments (err, data), ...
確定! 回上一頁