Here is how to load a file synchronously with Node: var fs = require('fs'); try { var data = fs.readFileSync('my-file.txt', ...
確定! 回上一頁