python 3.X版本是不需要安装:urllib2包的,urllib和urllib2包集合成在一个包了
那现在问题是:
在python3.x版本中,如何使用:urllib2.urlopen()?
答:
import urllib.request
resp=urllib.request.urlopen("http://www.baidu.com")
标签:table baidu 安装 下载安装 使用 post python3.x tle title
那现在问题是:
在python3.x版本中,如何使用:urllib2.urlopen()?
答:
import urllib.request
resp=urllib.request.urlopen("http://www.baidu.com")
标签:table baidu 安装 下载安装 使用 post python3.x tle title
原文地址:https://www.cnblogs.com/scios/p/8400764.html