我是结合JFinal + JSP想做分页查询数据,我看到返回数据List数据是如下形式:
[{birthday:1988-01-01 00:00:00.0, address:福建厦门卫生院旁1, sex:1, name:张三, mobile:18650905345, cTime:2017-12-20 11:05:27.0, id:1, email:123456@qq.com, status:1}, {birthday:1989-01-01 00:00:00.0, address:福建厦门卫生院旁2, sex:1, name:王五, mobile:18650905346, cTime:2017-12-20 11:05:27.0, id:2, email:123456@qq.com, status:1}]
是json格式的数组,我如果要遍历出来需要先行格式化json数据,然后再取出来。我在想有没有办法返回java对象的,我可以使用jstl直接显示在JSP上?刚刚接触JFinal,还不是很熟悉,望不吝赐教,在此先感谢
图三是JSP页面输出