摘要:
import requests from bs4 import BeautifulSoup url='http://news.gzcc.cn/html/xiaoyuanxinwen/' res=requests.get(url) res.encoding='utf-8' soup=BeautifulSoup(res.text,'html.parser') for news in s... 阅读全文
posted @ 2017-09-28 16:56
23许捷凯
阅读(225)
评论(0)
推荐(0)
浙公网安备 33010602011771号