Python3.7中urllib.urlopen 报错问题

import urllib web = urllib.urlopen('https://www.baidu.com') f = web.read() print(f) 报错:python Traceback (most recent call last):   File "D:/coding/python/text.py", line 2, in <module>     web = urllib
相关文章
相关标签/搜索