createWriteStream ("output.txt"); // 使用utf8 編碼寫入數據writerStream.write(outputdata, "UTF8"); // 標記文件末尾writerStream.end(); // 處理流事件--> data, ...
確定! 回上一頁