整个网站的fs.createWriteStream替代方案?

时间:2018-05-03 07:07:59

标签: javascript node.js

是否有fs.createWriteStream的替代方案,以便检查整个网页而不是网站上的文件/目录?因为:fs.createWriteStream('https://discordapp.com/channels/000/000', function(err, data) {返回没有找到目录或文件,但我希望能够在页面上搜索单词。

https.get('https://discordapp.com/channels/000/000', function (err, data) { 

返回:

/home/pi/Desktop/Discord_bots/my-bot/index.js:214
            if (err) throw err;
                     ^
[object Object]

0 个答案:

没有答案