摘要: //把long值格式为字符串 function dateFormat(longTypeDate){ var dateTypeDate = ""; var date = new Date(); date.setTime(longTypeDate); dateTypeDate += date.getFu 阅读全文
posted @ 2019-06-19 11:09 爱跳舞的程序员 阅读(256) 评论(0) 推荐(0)
摘要: jsp页面如下: <c:set var="ctx" value="${pageContext.request.contextPath}" /> <%@include file="/commons/include/html_doctype.html"%> <%@taglib prefix="f" ur 阅读全文
posted @ 2019-06-19 11:04 爱跳舞的程序员 阅读(582) 评论(0) 推荐(0)
摘要: 效果图: <!DOCTYPE html><html><head> <meta charset="UTF-8"> <title></title> <link rel="stylesheet" href="../css/skins/Aqua/css/ligerui-all.css" /> <script 阅读全文
posted @ 2019-06-19 09:09 爱跳舞的程序员 阅读(348) 评论(0) 推荐(0)