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.
我正在尝试抓取一个 asp 站点,当我尝试导航到下一页时,源代码中显示的链接是:
<a href="javascript: GoToPage(2); ">Next »</a>
我使用正则表达式提取内容,我无法获得下一页链接。