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.
为了获取信息用户必须单击此链接:
<a style="cursor:pointer;" onclick="startScorebot();">here</a>
如何让它被按下bs4?或者也许还有其他解决方案?
bs4
您需要使用 selenium 来执行点击。机械化也可能有用。