不应当使用request库
应当使用buff原生http
参考文章
http.get("http://news.nepu.edu.cn/news/155608357779010888.html", function(res) {
res.pipe(iconv.decodeStream('GBK')).collect(function(err, decodedBody) {
console.log(decodedBody);
});
});
不应当使用request库
应当使用buff原生http
参考文章
http.get("http://news.nepu.edu.cn/news/155608357779010888.html", function(res) {
res.pipe(iconv.decodeStream('GBK')).collect(function(err, decodedBody) {
console.log(decodedBody);
});
});
本文标题:Node GBK中文乱码问题
本文链接:https://www.haomeiwen.com/subject/qhwmtctx.html
网友评论