我找不到editItem:hello
通过 Jsoup 选择跨度的方法。
<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 不是一种选择。