struct标签的问题
当数据库中日期型的数据为空时,在页面上用 <bean:write name= "asdgas " property= "ad " format= "yyyy-MM-dd " filter= "true " /> 总是显示当前的系统日期,怎么样才能让其不显示啊
------解决方案--------------------lz说不想让 <bean:write> 标签显示系统日期,那想让标签输出什么呢?
------解决方案--------------------是不是你的数据库里日期类型用的 timestamp 类型
改成 datetime 类型