... 有需要导出CSV 文件,用Node.js 生成的CSV 在Excel 中打开中文会乱码。查阅资料后得知需要给导出的文件添加BOM。 const filename = 'export.csv'; ...
確定! 回上一頁