摘要:
import requests from bs4 import BeautifulSoup from datetime import datetime url = "http://news.gzcc.cn/html/xiaoyuanxinwen/" res = requests.get(url) res.encoding = "utf-8" soup = BeautifulSoup(res.t... 阅读全文
posted @ 2018-04-03 10:07
134朱晓航
阅读(121)
评论(0)
推荐(0)
浙公网安备 33010602011771号