摘要:
import requests import re url = "http://news.gzcc.cn/html/xiaoyuanxinwen/" res = requests.get(url) res.encoding = 'utf-8' # 利用BeautifulSoup的HTML解析器,生成 阅读全文
posted @ 2018-04-08 21:01
157-符致伟
阅读(129)
评论(0)
推荐(0)
浙公网安备 33010602011771号