0
我有一個HTML頁面解析HTML美麗的湯
<a email="[email protected]" href="http://www.max.ru/agent?message&[email protected]" title="Click herе" class="mf_spIco spr-mrim-9"></a><a class="mf_t11" type="booster" href="http://max.ru/mail/corporate/">
我neeed解析電子郵件串
soup = BeautifulSoup(data
string = soup.find("a",{"email": ""})
print string
但它不能正常工作。 哪裏錯了?
已經嘗試過。 – Alexander 2010-10-02 18:44:13
文件「/usr/lib64/python2.6/site-packages/BeautifulSoup.py」,第599行,在__getitem__ 返回self._getAttrMap()[key] KeyError:'email' – Alexander 2010-10-02 18:44:20
被編輯以顯示可完成的腳本對我來說 – Day 2010-10-02 19:03:09