`
江金鸿
  • 浏览: 26731 次
  • 性别: Icon_minigender_1
  • 来自: 深圳
社区版块
存档分类
最新评论

jsp页面去除空行

    博客分类:
  • java
阅读更多
<!--StartFragment -->
<jsp-config>
<jsp-property-group>
<url-pattern>*.jsp</url-pattern>
<trim-directive-whitespaces>true</trim-directive-whitespaces>
</jsp-property-group>
</jsp-config> 

Yufa(512147572)  15:50:35
<jsp-config>
<jsp-property-group>
<url-pattern>*.jsp</url-pattern>
<trim-directive-whitespaces>true</trim-directive-whitespaces>
</jsp-property-group>
<jsp-property-group>
<url-pattern>*.do</url-pattern>
<trim-directive-whitespaces>true</trim-directive-whitespaces>
</jsp-property-group>
</jsp-config> 
 
<%@ page trimDirectiveWhitespaces="true" %>
分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics