There are two ways to do this: [code]var fs = require("fs"); // Asynchronous read fs.readFile('../differentDir/input.txt', function (err, data) { if (err) ...
確定! 回上一頁