from httpclient import HttpClient http_client = HttpClient() page = http_client.post("http://www.some-site.org/login", {"username": "xxx", ...
確定! 回上一頁