閱讀897 返回首頁    go 技術社區[雲棲]


如何讓兩個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

  上一篇:go Java時間幫助類DateUtil
  下一篇:go 天氣預報 正則獲取指數信息 group(0)指數 group(1)概要 group(2)詳細指數 代碼