Pycham(Python3.7)中找不到urllib2和urllib.urlopen 报错问题

Python3.7中找不到urllib2的问题和urllib.urlopen 报错问题 在以前了解了urllib2在python3后已经合并在urllib中了,具体为urllib.response,urllib.requespython import urllib2 web = urllib2.urlopen('https://www.baidu.com') f = web.read() prin
相关文章
相关标签/搜索