python 簡單爬取本地文檔與爬取網頁 使用requests和bs4,及自己問題的解決

爬取本地文檔:    # -*- coding: cp936 -*- #import requests from bs4 import BeautifulSoup def getZY():     txt=open("d:\cs.txt")     con=txt.read()          print(con)          soup = BeautifulSoup(con, "html
相關文章
相關標籤/搜索