使用下面語法爬蟲(語法自己摸索可能寫的不是很好,也可以指正) def ... () for s in soup("SCRIPT")] for tr in soup.find_all('tr'): for td in tr.
確定! 回上一頁