摘要:
function judge(){ var host = window.location.host; // ip+host var pro = "${pageContext.request.contextPath}"; //工程名 var datas = $("form").serialize(); var url = "http://" + host + pro + "/adm... 阅读全文
摘要:
function days(){ startDate = new Date($("#startDate").val()); endDate= new Date($("#endDate").val()); var dates= startDate.getTime() - endDate.getTime(); var days= parseFloat(days / (100... 阅读全文