gpt4 book ai didi

java - 乔德·杰瑞 (java) : how to get the contents of node itself?

转载 作者:行者123 更新时间:2023-12-01 01:41:17 25 4
gpt4 key购买 nike

使用Jodd Jerry ,如何获取节点本身的内容? (Jodd jerry 是 Java 实用程序)

像 jQuery 一样:

$("selector").prop('outerHTML')

最佳答案

String contents = jerry.$("selector").get(0).getHtml();
Node node = jerry.$("selector").get(0);
String html = node.getHtml()

节点有 getHmtl()

关于java - 乔德·杰瑞 (java) : how to get the contents of node itself?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/41438681/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com