鑑於定義的findAll的HTML標籤嵌套如何使用beautifulsoup
<a href="www.example.com/"></a>
<table class="theclass">
<tr><td>
<a href="www.example.com/two">two</a>
</td></tr>
<tr><td>
<a href ="www.example.com/three">three</a>
<span>blabla<span>
</td></td>
</table>
我怎樣才能湊僅是內部表類=「階級」?我試過使用
soup = util.mysoupopen(theexample)
infoText = soup.findAll("table", {"class": "the class"})
但我不知道如何進一步定義發現聲明。我嘗試過的其他方法是將findAll()的結果轉換爲數組。然後尋找針的出現時間,但我無法找到一致的模式。 謝謝
你想要報廢什麼?你說過:「我怎樣才能刮掉桌子裏面的那個=」這個班級「?」你的意思是鏈接? – karlcow 2011-02-07 20:37:59