这是我的代码:
import urllib2.request response = urllib2.urlopen("http://www.google.com") html = response.read() print(html)
有帮助吗?
python urllib2 python-3.x
python ×1
python-3.x ×1
urllib2 ×1