摘要:
#import urllib2, urllib response = urlopen('http://www.baidu.com/')html = response.read()print (html)运行提示 ImportError: No module named 'urllib2'因为在py3 阅读全文
posted @ 2018-09-19 15:22
现实不似你所见
阅读(6036)
评论(0)
推荐(0)
浙公网安备 33010602011771号