Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
jsoup を使用して、緑色の下線が引かれたすべての情報を取得したいと考えています。そして、セレクターとして、赤い下線が引かれた div クラス hoverDiv を使用したいです。私が使用しているコードは、以下のようなものです。
doc = Jsoup.connect("http://www.mo").get(); links = doc.select("div.hoverDiv");
しかし、それは機能していません...では、セレクターは何でしょうか?