freemarker,判断对象存在 假设java传递user对象,user对象可能为空,freemarker要将user姓名显示在页面上 ${user.name} 找不到用户 exists还有一种简写方法