In node.js, you can require fs, and then call fs.writeFile with the filename, and data to write to that file (as a string or a buffer).
確定! 回上一頁