handlebars获取json数据(集合对象)及各类自定义helper数据格式化工具

@RequestMapping("testDemo02.do") public List<Emp> testDemo02(){ List<Emp> emps = new ArrayList<Emp>(); emps.add(new Emp(1111, "老龚", 33, "1", 1000.00, new Date(), new Timestamp(Syst
相关文章
相关标签/搜索