</p> <h2 id="article">網頁標題2</h2> </body> </html> """ # 建立BeautifulSoup物件解析HTML文件 soup = BeautifulSoup(html_doc, 'html.parser') ...
確定! 回上一頁