-
if…else…的写法
<choose>
<when test=”name != null and name != ””>
</when>
<otherwise>
</otherwise>
</choose>
-
比较日期大小时,敏感字符语句转字符串
<![CDATA[
]]>
-
if中字符串比较可以使用toString()
<if test=”test_id != null and test_id != ” and test_id != ‘0’.toString()”>
</if>