如何让两个struts标签同一行显示

 

有三个方法:

方法一:

在struts.xml中添加<constant name="struts.ui.theme" value="simple" />

方法二:

在struts.properties中添加struts.ui.theme=simple 

 

方法三:

<s:form action="stu_tosave" theme="simple">

 
 
 
 
 
 
 
 
 
 
上一篇:php正则表达式基础入门


下一篇:浅谈如何用Java操作MongoDB