fs.writeFile('xxx.csv', '\ufeff' + 要传入的数据, {encoding: 'utf8'});. \ufeff 为BOM头, 用于使excel识别csv的编码。 分类: web, 奇 ...
確定! 回上一頁