主要是根据id来删除。
核心代码:
doc.getElementById("detail_question").remove()
实际例子如下:
从baseHtml这断代码中删除指定id的标签:String baseHtml = "
输出的结果中没有detail_question这个div节点了: