摘要: #第四章 #4.2 快速使用Urllib扒取网页 #(1) >>> import urllib.request #(2) >>> file=urllib.request.urlopen("http://www.baidu.com") #(3) >>> data=file.read() >>> dat 阅读全文
posted @ 2021-07-08 19:59 司徒无名 阅读(68) 评论(0) 推荐(0) 编辑