el表达式 中如果对象为null则将不会显示
${user.name} user=null 不报错显示 空白
如果在mybatis中必须要判断是否为null
不判断的话,?不会传值,会出错,并且对象也要判空,具体为什么,我也不知道, 在html/jsp页面el 不会出错