<div class="full-post post-starter" "=""><div class="full-post-container fiji-full-post-container">
这两种标签 我应该 如何才能获取到 其元素呀??Document document = Jsoup.parse(getMethod.getResponseBodyAsString());
Elements  e = document.select(".full-post-container fiji-full-post-container");
System.out.println(e.size());
我是这样写的,之前没遇到过 标签中参杂着空格,请大家帮忙解决一下,谢谢,在线等