createWriteStream ('output.txt'); // 使用utf8 编码写入数据writerStream.write(data,'UTF8'); // 标记文件末尾writerStream.end(); // 处理流事件--> finish、error ...
確定! 回上一頁