<<--B站..........欢迎来到DGX的博客..........GitHub-->>

我的B站
摘要: 1.利用urllib库爬取python123.io网站的html代码 1 import urllib.request 2 response=urllib.request.urlopen("http://python123.io/") 3 print(response.read().decode("u 阅读全文
posted @ 2020-05-18 23:46 DG息 阅读(223) 评论(0) 推荐(0)