2012-08-10 84 views

回答

0

如果doc是文檔containig您的HTML:

doc.select("b").unwrap(); 

實施例(可以與Element/Elements太使用):

Document document = new Document(""); 
document.html("...<b><a>hello</a></b>...").select("b").unwrap(); 

現在您的文檔不包含任何B-標籤