Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有下面的代码来从一页中抓取数据
page.on('load',() => { console.log('load event fired'); });
此代码仅适用于一个选项卡/页面。我需要为多页/标签找到解决方案