首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 软件管理 > 软件架构设计 >

struts 二 if tag

2012-09-23 
struts 2 if tagStruts 2 if tag usage:?s:if testvalue 1divWill Be Executed/div/s:if?这

struts 2 if tag

Struts 2 if tag usage:

?

<s:if test="value == 1">    <div>Will Be Executed</div></s:if>

?这里value 为number类型.

热点排行