var fs = require('fs'); var options = {encoding:"utf8"}; fs.writeFile("D:\\files\\datas.csv", "\ufeff"+datas,options, function(err) { ...
確定! 回上一頁