// include node fs module var fs = require('fs'); // open function with filename, file opening mode and callback function fs.open('newfile_3.txt', 'w', function ...
確定! 回上一頁