from bs4 import BeautifulSoup soup = BeautifulSoup(html_doc) print(soup.prettify()) ... A string corresponds to a bit of text within a tag.
確定! 回上一頁