from bs4 import BeautifulSoup soup = BeautifulSoup(html_doc, 'html.parser') print(soup) # <html> # <head> # <title>我是網頁標題</title> ...
確定! 回上一頁