利用 BeautifulSoup 物件parse HTML: from bs4 import BeautifulSoup soup = BeautifulSoup(html, 'html.parser') soup. <div><table border="1" ...
確定! 回上一頁