我找不到通过Jsoup选择范围editItem:hello
的方法。
<body>
<form id="editItem" name="editItem" method="post" action="/Project/gub.xhtml" enctype="application/x-www-form-urlencoded">
<input type="hidden" name="editItem" value="editItem" />
<span id="editItem:hello">Hello Jsoup-World!</span>
</form>
</body>
我尝试了很多来自Jsoup Selector Syntax Doc的好看的可能性,但它从来没有成功过。 无法更改HTML。
答案 0 :(得分:1)
答案 1 :(得分:0)
我认为,当id中有冒号时,CSS-Selector将无法工作。但你可以使用
Document.getElementById(String id)