摘要: // 日期格式化 Date.prototype.Format = function (fmt) { //author: meizz var o = { "M+": this.getMonth() + 1, //月份 "d+": this.getDate(), //日 "h+": this.getHou... 阅读全文
posted @ 2017-09-11 10:48 yunxu 阅读(152) 评论(0) 推荐(0)