from html.parser import HTMLParser class MyHTMLParser(HTMLParser): def handle_starttag(self, tag, attrs): print("遇到HTML 標籤開始:", ...
確定! 回上一頁