createWriteStream ('2.txt', { flags: 'w', // 文件的操作, 'w'写入文件,不存在则创建mode: 0o666, autoClose: true, highWaterMark: 3, // 默认写 ...
確定! 回上一頁