我们只需要请求登录之前获取到 authenticity_token 即可。 requests = s.get("https://github.com/login") soup = BeautifulSoup(requests.text, ...
確定! 回上一頁