node
缘_妙不可言
js一统浆山
展开
-
gulp自动运行命令行 (终端) 命令
gulp自动运行命令原创 2022-02-28 17:36:25 · 927 阅读 · 0 评论 -
node-xlsx 写入 excel 报错之 TypeError: n.indexOf is not a function
shit !使用 node-xlsx 写入组装好的数据到excel中,始终报错,报错信息如下:(node:6357) UnhandledPromiseRejectionWarning: TypeError: n.indexOf is not a function at /Users/mac/project/reptile/invoice/node_modules/xlsx/xlsx.js:15693:8 at Array.forEach (<anonymous>) a原创 2021-12-11 18:37:18 · 1375 阅读 · 0 评论 -
nodejs 爬虫中文字体乱码 superagent iconvLite
nodejs 对于编码格式为 gb2313的网页无法正确解析,有两个解决办法,欢迎补充。1 使用 superagent-charset 插件其实 superagent-charset插件也用到了iconvLiteconst superagent = require('superagent');const charset = require('superagent-charset');charset(superagent);superagent.get(url).charset("gb2312原创 2021-03-26 20:14:07 · 276 阅读 · 0 评论
分享