摘要: Date.prototype.Format = function (fmt) { // author: meizz var o = { "M+": this.getMonth() + 1, // 月份 "d+": this.getDate(), // 日 "h+": this.getHours(), 阅读全文
posted @ 2022-08-01 07:42 敲敲碰碰 阅读(32) 评论(0) 推荐(0)