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都只有一份
想請問一下這是什麼原因造成?
謝謝