我在head标签里有两个注释标签。我只想取消第二条评论的注释。
var x = "<html><head><!-- <#if> I don't want any change </#if> --><!-- <#if>I want to uncomment </#if> --></head></html>&quo
在Java/JSP的精彩世界中,您可以使用这种形式的注释:
<%-- anything in here is ignored and does not get sent to the client-- this HTML comment is itself commented out of the JSP so will not be sent to the client --!-- but this is just an HTML comment and WILL be sent to
comment from DB and display with HTML code}但是,在Silex应用程序中,我希望从存储库中的数据库中检索它们的注释,将其发送到控制器中的小枝模板,最后在模板中显示HTML代码。这使得以前的解决方案不兼容。
什么是解决这个问题的好办法?我在视图中放了什么,控制器<