求教大神啊!
C:\Python27\python.exe E:/0602test/urllib2.py
Traceback (most recent call last):
File "E:/0602test/urllib2.py", line 2, in <module>
import urllib2
File "E:\0602test\urllib2.py", line 6, in <module>
response1 = urllib2.urlopen(url)
AttributeError: 'module' object has no attribute 'urlopen'
第一种方法
Process finished with exit code 1