摘要: python 3.X版本是不需要安装:urllib2包的,urllib和urllib2包集合成在一个包了 那现在问题是: 在python3.x版本中,如何使用:urllib2.urlopen()? 答: import urllib.request resp=urllib.request.urlope 阅读全文
posted @ 2017-01-11 17:51 朝阳的向日葵 阅读(10016) 评论(0) 推荐(0)