码迷,mamicode.com
首页 > 编程语言 > 详细

Python3.X如何下载安装urllib2包 ?

时间:2018-02-01 20:44:22      阅读:291      评论:0      收藏:0      [点我收藏+]

标签:table   baidu   安装   下载安装   使用   post   python3.x   tle   title   

python 3.X版本是不需要安装:urllib2包的,urllib和urllib2包集合成在一个包了

那现在问题是:

在python3.x版本中,如何使用:urllib2.urlopen()?

答:

import urllib.request

resp=urllib.request.urlopen("http://www.baidu.com")

Python3.X如何下载安装urllib2包 ?

标签:table   baidu   安装   下载安装   使用   post   python3.x   tle   title   

原文地址:https://www.cnblogs.com/scios/p/8400764.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!