摘要: Date.prototype.format = function (format) { var o = { "M+": this.getMonth() + 1, //month "d+": this.getDate(), //day "h+": this.getHours(), //hour "m+": this.getMinutes(), //minute "s+": this.getSeconds(), //s... 阅读全文
posted @ 2014-03-06 16:48 xyzhuzhou 阅读(304) 评论(0) 推荐(0) 编辑