摘要:
import requests from bs4 import BeautifulSoup url = "http://www.cntour.cn/" strhtml = requests.get(url) soup = BeautifulSoup(strhtml.text,"lxml") #下面的 阅读全文
posted @ 2020-01-12 22:53
吴裕雄
阅读(427)
评论(0)
推荐(0)