摘要:
<%@ taglib prefix="fmt" uri="http://java.sun.com/jsp/jstl/fmt" %> <div style="margin-bottom: 10px">当前时间:<fmt:formatDate value="<%=new Date() %>" patte 阅读全文
摘要:
document.getElementById("new_analysed_news").value=datas.weatherContent; 阅读全文
摘要:
var date = new Date(strTime); return date.getFullYear()+"-"+(date.getMonth()+1)+"-"+date.getDate(); 阅读全文