from bs4 import BeautifulSoup soup = BeautifulSoup(html,'lxml') #BeautifulSoup物件初始化print(soup.prettify()) #把要解析的字串按標準的縮排 ...
確定! 回上一頁