是否可以在 XML 中使用 if 语句?我做了一些谷歌搜索,发现了这个:
但是我认为这不能正常工作,因为我在控制台中看不到 userId,我的 if 语句语法是否正确?(如果 user.id 不等于 none 则执行此操作)代码如下:
<if cond="#{user.id} != ''">
<userId type="String">#{user.id}</userId>
</if>
是否可以在 XML 中使用 if 语句?我做了一些谷歌搜索,发现了这个:
但是我认为这不能正常工作,因为我在控制台中看不到 userId,我的 if 语句语法是否正确?(如果 user.id 不等于 none 则执行此操作)代码如下:
<if cond="#{user.id} != ''">
<userId type="String">#{user.id}</userId>
</if>