struts2中常用的编码有哪些?

版权声明:努力去改变!!! https://blog.csdn.net/lq1759336950/article/details/88430914
 (1)  <!-- 开发模式下使用,这样可以打印出更详细的错误信息 -->
    
	<constant name="struts.devMode" value="true" />  
    
     (2)<!-- 默认的视图主题 -->
    
	<constant name="struts.ui.theme" value="simple" />

     (3)<!--上传文件的大小限制-->
	<constant name="struts.multipart.maxSize" value=“10701096"/>

猜你喜欢

转载自blog.csdn.net/lq1759336950/article/details/88430914