|

楼主 |
发表于 2022-8-15 10:38:50
|
显示全部楼层
这个是报错:
Traceback (most recent call last):
File "C:\Users\Administrator\Desktop\新建文本文档.py", line 2, in <module>
response = urllib.request.urlopen("http:\\www.baidu.com")
File "C:\C盘软件\Python\lib\urllib\request.py", line 223, in urlopen
return opener.open(url, data, timeout)
File "C:\C盘软件\Python\lib\urllib\request.py", line 524, in open
req = meth(req)
File "C:\C盘软件\Python\lib\urllib\request.py", line 1241, in do_request_
raise URLError('no host given')
urllib.error.URLError: <urlopen error no host given> |
|