2018年9月19日
摘要: #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 现实不似你所见 阅读(5995) 评论(0) 推荐(0) 编辑