使用 HtmlUnit,我有一个 HtmlTableRow,如何获取其所有内容作为字符串值?

发布于 2024-08-17 01:27:39 字数 117 浏览 2 评论 0原文

我正在使用 HtmlUnit。

我有一个 HtmlTableRow 类型的对象,我想将所有内容转储到一个变量中,我该怎么做?

即只想获取如下 HTML: ....

I am using HtmlUnit.

I have an object of HtmlTableRow type, and I want to dump all of the content to a variable, how can I do this?

i.e. just want to get the HTML like: <tr><td>....</td></tr>

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

白馒头 2024-08-24 01:27:39

这是 HtmlTableRow javadoc 页面;我会告诉你答案就在那一页上。我不想对您严加严厉,但这是您在 48 小时内提出的第六个 HtmlUnit 问题,其中许多问题只需查看 HtmlUnit javadocs 就可以完全回答。我不确定你来这儿之前是否先看过那里,这是对这个社区的不尊重。

Here's the HtmlTableRow javadoc page; I will tell you that the answer is on that page. I hate to get all tough-love on you, but this is your sixth HtmlUnit question in 48 hours, and many of them have been completely answerable by just looking at the HtmlUnit javadocs. I'm not sure you're ever looking there first before coming here, and that's just not respectful of this community.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文