[問題] beautifulsoup 使用問題

作者: yshihyu (yshihyu)   2014-08-02 00:07:00
https://gist.github.com/anonymous/daf246ebe24e096f8ca0 // 程式碼
https://gist.github.com/anonymous/104dcefed9c426e13816 // 測試資料
Tables = soup.findAll('table') // 濾過出html 所有 table
print Tables // 這邊輸出結果會變成html裡面所有
<table></table> 之間資料都出現四份 , 照道理應該只html 裡面所有table都只有一份
想請問一下這是什麼原因造成?
謝謝
作者: mist719   2014-08-02 10:49:00
資料裡main frame是nested table 每次都只剝一層做了一個簡單的 給你參考看看http://ideone.com/8YmhzW

Links booklink

Contact Us: admin [ a t ] ucptt.com