摘要: import requests from bs4 import BeautifulSoup newsurl='http://localhost:63342/untitled/3/29.html?_ijt=ltocl4v68kb1po4608e3291lkm' res=requests.get(newsurl) res.encoding="utf-8" soup=BeautifulSoup(res... 阅读全文