摘要:
//统计日期符初值 var oldTime = (new Date()).getTime(); var now = new Date(oldTime).Format("yyyy-MM-dd"); $('#txtStartDate').datebox({ value: now}).datebox('c 阅读全文
摘要:
var getData = function () { var data; $.ajax({ url: '/getMATTypeList', type: 'get', async: false, success: function (result) { data = result; //数组头部添加 阅读全文