2018年3月29日

网络爬虫基础练习

摘要: import requests from bs4 import BeautifulSoup ''' Practice ''' url = 'http://news.gzcc.cn/html/2018/xiaoyuanxinwen_0329/9129.html' re = requests.get(url) re.encoding = 'utf-8' # print(re) # print... 阅读全文

posted @ 2018-03-29 21:11 133饶敏 阅读(74) 评论(0) 推荐(0) 编辑

导航