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.
全部,
我们如何通过 python 脚本发送 http 请求。它将登录并反过来调用另一个链接?
谢谢。
我发现Urllib2在大多数情况下就足够了。它对密码、身份验证和 cookie 有很好的支持。Cookielib 也可能有帮助。
你看过httplib吗?urllib可能也值得一看,因为它是一个更高级别的接口。