引入Beautiful Soup 模組 from bs4 import BeautifulSoup # 原始HTML 程式 ... Soup 解析HTML 程式碼 soup = BeautifulSoup(html_doc, 'html.parser').
確定! 回上一頁