- != 的用法
<if test="xxx != null and xxx !=''">
- == 的用法(相较于!=,仅需将双引号和单引号的位置换一下即可)
<if test='xxx == "1"'>
原文地址:https://www.cnblogs.com/maggieq8324/p/11786039.html
时间: 2024-11-04 01:45:15
<if test="xxx != null and xxx !=''">
<if test='xxx == "1"'>
原文地址:https://www.cnblogs.com/maggieq8324/p/11786039.html