2018年3月30日

网络爬虫基础练习

摘要: 1.利用requests.get(url)获取网页页面的html文件 import requests newsurl='http://news.gzcc.cn/html/xiaoyuanxinwen/' res = requests.get(newsurl) #返回response对象 res.en 阅读全文

posted @ 2018-03-30 20:44 105李梓维 阅读(100) 评论(0) 推荐(0) 编辑

导航