摘要: js Date.prototype.format = function (fmt) { var o = { "y+": this.getFullYear, //年 "M+": this.getMonth() + 1, //月份 "d+": this.getDate(), //日 "h+": this 阅读全文
posted @ 2023-02-24 09:40 我不是白菜啊 阅读(553) 评论(0) 推荐(0)