python 3.3.2報錯:No module named 'urllib2' 解決方法

python代碼:html import urllib2 response = urllib2.urlopen('http://www.baidu.com/') html = response.read() print html 報錯以下:python Traceback (most recent call last): File "<pyshell#0>", line 1, in <
相關文章
相關標籤/搜索