0
我需要關於html解析器的幫助我想獲得標籤「a」的第一個屬性「href」值請解決我的問題。我想從代碼http://myneta.info/gujarat2012/candidate.php?candidate_id=1591, 中獲取此鏈接卡請參閱並提供一些解決方案, 我已經試過這種代碼而不是對我的作品 -想要訪問屬性值
String temp = source.getElementById("main").getFirstElementByClass("grid_9").getAttributeValue("a");
其實在這裏有幾乎相同的答案[http://stackoverflow.com/q/21904177/383714](http://stackoverflow.com/q/21904177/383714) –