摘要: 1.urlopen from urllib import request resp=request urlopen('http://www.baidu.com') print(resp.read()) 2.urlretrieve from urllib import request request 阅读全文
posted @ 2019-07-15 23:00 热心市民陆女士 阅读(287) 评论(0) 推荐(0) 编辑
摘要: 1.HTTPS是HTTP的加密版 2.URL详解:例如:scheme://host:port/path/query_string..........anchor (1)scheme 访问的协议,一般为https,或http以及ftp等 (2)host 主机名域名,比如www.baidu.com (3 阅读全文
posted @ 2019-07-15 22:34 热心市民陆女士 阅读(86) 评论(0) 推荐(0) 编辑