摘要: Date.prototype.Format = function (fmt) { var o = { "M+": this.getMonth() + 1, //月份 "d+": this.getDate(), //日 "H+": this.getHours(), //小时 "m+": this.ge 阅读全文
posted @ 2020-10-17 11:27 该显示昵称已被使用了 阅读(85) 评论(0) 推荐(0)