Wicket:用HTML隐藏评论

Geo*_*old 9 java comments wicket

JSP支持<%-- comment --%>注释语法,这是一种注释标记代码的方法,使得它不会包含在发出的HTML中.

在Wicket有办法做到这一点吗?

小智 8

Application#getMarkupSettings().setStripComments(true) 
Run Code Online (Sandbox Code Playgroud)

将删除

<!-- comment --> 
Run Code Online (Sandbox Code Playgroud)

来自你的标记