是否有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]