摘要: 今天使用easyui的datagrid生成表格,发现后台穿过来的是date对象,而easyui接收后返回到页面的信息是这样的: 出现这种情况,只需要在easui中的datagrid中添加一个自定义的formatter即可: 该函数的具体写法: //转换日期格式 function changeDate 阅读全文
posted @ 2019-11-18 16:19 李明0517 阅读(597) 评论(0) 推荐(0)
摘要: //加或者不加requestParam的两种写法@RequestMapping("/list") public String test(int userId) { return "list"; } @RequestMapping("/list") public String test(@Reques 阅读全文
posted @ 2019-11-18 14:44 李明0517 阅读(386) 评论(0) 推荐(0)