JSON返回DateTime/Date('123123123')/解决办法
摘要:Date.prototype.format = function (format) //author: meizz { var o = { "M+": this.getMonth() + 1, //month "d+": this.getDate(), //day "h+": this.getHours(), //hour "m+": this.getMinutes(), //minute "s+": this.getSeconds(), //second "q+": Mat
阅读全文
posted @ 2014-03-14 20:42