diff --git a/主函数.md b/主函数.md index bd05820..1f044ec 100644 --- a/主函数.md +++ b/主函数.md @@ -17,9 +17,7 @@ async function main() { // 将CID号写入本地文件 fs.writeFileSync('cid.txt', cidList.join('\n'), 'utf-8'); - // 对于每个 - -CID号,爬取弹幕内容 + // 对于每个CID号,爬取弹幕内容 cidList.forEach(cid => { getChat(cid); });