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 が見つかりません
doc = Jsoup.connect(params[0]).get(); content = doc.select("div.itemcontent").first().text();
ここでどこが間違っていますか?ありがとう