Re: [問題] 網頁爬蟲

作者: liquidbox (樹枝擺擺)   2018-07-29 11:32:56
※ 引述《TimJack (飽喀喀)》之銘言:
: 各位大大好
: 請問以下code:
: from urllib.request import urlopen
: from bs4 import BeautifulSoup
: html_doc ='http://www.twse.com.tw/fund/BFI82U'
: soup = BeautifulSoup(html_doc,'html.parser')
: for i in soup.body.tbody.find_all('tr'):
: print(i.td.get_text())
: 列印如下錯誤:
: AttributeError Traceback (most recent call last)
: <ipython-input-22-f987a99b5e34> in <module>()
: 4 soup = BeautifulSoup(html_doc,'html.parser')
:

Links booklink

Contact Us: admin [ a t ] ucptt.com