struts2中格式化输出数字和日期、截取小数点后两位数的方法

 struts2中格式化输出数字和日期的方法,struts2截取小数点后两位数spa   1.写一个Messages.properties配置文件:orm #number: global.format.money={0,number,#0.00##} global.format.money02={0,number,##0.00} #datetime: global.format.date={0,d
相关文章
相关标签/搜索