Coding
01
14
python爬虫第一个爬虫from urllib.request import urlopen resp = urlopen("http://www.baidu.com") # 打开 百度 print(resp.read()
2023-01-14 寜笙