摘要:
1. 前端代码 $(function(){ //前台调用 test(); }); //测试方法 function test() { var data = [ { "applicationtypeid": "65", "applicationsystemid": "30", "userList": [ 阅读全文
摘要:
//设置默认值 默认 本月第一天到本月最后一天 function setDefaultDate(){ //当前日期 var now = new Date(); //当前月 var nowMonth = now.getMonth(); //当前年 var nowYear = now.getFullYe 阅读全文