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都只有一份
想请问一下这是什么原因造成?
谢谢