摘要: import requests from bs4 import BeautifulSoup jq='http://news.gzcc.cn/html/2017/xiaoyuanxinwen_0926/8262.html' res = requests.get(jq) res.encoding='gb2312' soup = BeautifulSoup(res.text,'html.parser'... 阅读全文
posted @ 2017-09-27 11:41 21黄玺恒 阅读(139) 评论(0) 推荐(0) 编辑