سؤال

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