已采納回答 / 小毛同學
profile_email?must?be?one?of?the?user's?verified?email?addresses 已經指出原因了,應該是本身就不支持這種修改吧,因為github是用郵箱來登錄,所以不能輕易修改,需要驗證
2018-07-01
最新回答 / 遠山11
response = requests.get(url)? ? #發送一個http請求head_info = response.request.headers? #獲取請求頭信息print(head_info)
2018-04-30