文章分类 -  Python

摘要:python 3.X版本是不需要安装:urllib2包的,urllib和urllib2包集合成在一个包了那现在问题是:在python3.x版本中,如何使用:urllib2.urlopen()?答:import urllib.requestresp=urllib.request.urlopen(htt 阅读全文
posted @ 2019-10-14 18:33 It's_OK 阅读(9249) 评论(0) 推荐(0)