我在页面上输入的是: import requests
head={'User-Agent':'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.101 Safari/537.36','Accept-Encoding':'gzip, deflate, sdch'} url='https://diviner.jd.com/diviner?lid=1&p=103003&sku=676676' html=requests.get(url,headers=head) print html.content
但是输出的却一直是
<html> <head><title>500 Internal Server Error</title></head> <body bgcolor="white"> <center>500 Internal Server Error
</center><center>nginx</center> </body> </html>
不知道是哪里出现问题了,这个网页我确实能打开的哇,求解答,谢谢