2018年2月26日

爬虫

摘要: 1.urllib 获取服务器的一些信息。可以使用urllib from urllib.request import urlopen url="http://www.baidu.com" html=urlopen(url) print(html.info()) #打印信息 print(html.hea 阅读全文

posted @ 2018-02-26 22:40 mingxiazhichan 阅读(98) 评论(0) 推荐(0) 编辑

导航