I am using urllib2 in python to get response from website. But response return miss some data. When I using file_get_contents in php, it return full data. This is code I using:

response = urllib2.urlopen(url)
print response.read()

没有正确的解决方案

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top