如何检查object org.thymeleaf.dom.Element是html标签还是其他标签?
找不到org.thymeleaf.dom.Element接口的相关信息。
发布于 2017-04-20 22:07:30
private boolean ifContains(Element element) {
return element.contains("<img>");
}我需要像上面那样的趣味。
https://stackoverflow.com/questions/43521513
复制相似问题