摘要: import requests url = 'http://news.gzcc.cn/html/xiaoyuanxinwen/' res = requests.get(url) res.encoding = 'utf-8' res.text from bs4 import BeautifulSoup 阅读全文
posted @ 2018-03-29 11:39 195陈冠中 阅读(114) 评论(0) 推荐(0) 编辑