【发布时间】:2011-09-23 02:47:14
【问题描述】:
我正在解析这个 HTML。
<div id="articleHeader">
<h1 class="headline">Assassin's Creed Revelations: The Three Heroes</h1>
<h2 class="subheadline">Exclusive videos and art spanning three eras of assassins.</h2>
<h2 class="publish-date"><script>showUSloc=(checkLocale('uk')||checkLocale('au'));document.writeln(showUSloc ? '<strong>US, </strong>' : '');</script>
<span class="us_details">September 22, 2011</span>
我想做的是解析“标题”副标题并将日期全部发布到单独的字符串中
【问题讨论】:
标签: java android html-parsing jsoup