摘要:
<%@ taglib prefix="fmt" uri="http://java.sun.com/jsp/jstl/fmt"%> 、当后台传过来的时间格式是data类型的时候,这个时候可以直接处理 <fmt:formatDate value="${blog.releaseDate }" type=" 阅读全文
摘要:
@RequestMapping(value = "/detail", method = RequestMethod.GET) public String newDetail(@RequestParam(value="id",defaultValue="1",required=true) int id 阅读全文