from bs4 import BeautifulSoup soup = BeautifulSoup(request_html.text, “html.parser”) ## 印出排好版的HTML架構print(soup.prettify()) ...
確定! 回上一頁