897
技術社區[雲棲]
如何讓兩個struts標簽同一行顯示
有三個方法:
方法一:
在struts.xml中添加<constant name="struts.ui.theme" value="simple" />
方法二:
在struts.properties中添加struts.ui.theme=simple
方法三:
<s:form action="stu_tosave" theme="simple">
最後更新:2017-04-02 06:52:16