摘要: ``` import requests import re ret = requests.get('https://github.com/login') print(ret.headers) cookies = ret.cookies authenticity_token=re.findall('name="authenticity_token" value="(.*?)"',ret.tex... 阅读全文
posted @ 2019-01-22 20:44 Kingfan 阅读(367) 评论(0) 推荐(0) 编辑