createWriteStream ('2.txt', { flags: 'w', // 檔案的操作, 'w'寫入檔案,不存在則建立 mode: 0o666, autoClose: true, highWaterMark: 3, ...
確定! 回上一頁