摘要: // 日期处理函数 Date.prototype.Format = function(fmt) { //author: meizz var o = { "M+" : this.getMonth() + 1, //月份 "d+" : this.getDate(), //日 "h+" : this.ge 阅读全文
posted @ 2017-11-08 11:02 零*C温暖 阅读(2178) 评论(0) 推荐(0)
摘要: var url=""/获取数据的url地址 var param =new Object();//参数 $.post(url,param,function(data){//回掉函数 if(data){ var combo_set = new Object(); combo_set['selectBox 阅读全文
posted @ 2017-11-08 10:54 零*C温暖 阅读(3812) 评论(0) 推荐(0)