解决node fs.writeFile 生成csv 文件乱码问题: fs.writeFile('xxx.csv', '\ufeff' + 要传入的数据, {encoding: 'utf8'});. \ufeff 为BOM头, 用于使excel识别csv的 ...
確定! 回上一頁