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.
我在一组元素中有 html,所以可能还有其他类似的项目
<b><a title="San Francisco/Twin Peaks-Lake Merced">Twin Peaks</a></b>
但我想像这样用 jsoup 清理它
<b>Twin Peaks</b>
使用白名单会是最好的主意吗?
很抱歉弄乱了stackoverflow,但 unwrap 解决了这个问题。
document.select("a").unwrap()