2025年11月6日
摘要: Date.prototype.Format = function (fmt) { var o = { "M+": this.getMonth() + 1, //月份 "d+": this.getDate(), //日 "H+": this.getHours(), //小时 "m+": this.ge 阅读全文
posted @ 2025-11-06 16:05 wakaka_wka 阅读(3) 评论(0) 推荐(0)