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.
在脚本成功登录后,我正在尝试从网站检索数据。我能够从网站获取数据,但似乎它只是在登录网站之前给了我来自网站的信息。任何帮助将非常感激
如果您尝试创建一个软件来在登录后获取站点的数据,您可能必须处理会话和 cookie,因为这就是站点如何知道用户是否登录的方式。