如何从 Tapestry 5 中的 DOM 元素获取文本值
根据此 http://tapestry.apache.org/ Tapestry5/apidocs/org/apache/tapestry5/dom/Element.html 没有方法从 DOM 元素获取原始文本数据。那么如何从所有子元素中递归获取文本呢? Element.visit(Visitor Visitor)
方法对于深入儿童来说非常有用,但是文本呢?
Accroding to this http://tapestry.apache.org/tapestry5/apidocs/org/apache/tapestry5/dom/Element.html there is no method for get raw text data from DOM element. So how can I get text recursively from all child elements? The Element.visit(Visitor visitor)
method is much good for going deep into the children, but what about text?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论