后台传回javaBean:person,birthday是java.util.Date类型,如何格式化呢?
补充:不用<fmt:formatDate value=.......
后台传过来,转为json,前台直接用就行了
用js格式化,或者后台就格式化好,再传过来