摘要: Date.prototype.format = function (format) { var args = { "M+": this.getMonth() + 1, "d+": this.getDate(), "h+": this.getHours(), "m+": this.getMinutes 阅读全文
posted @ 2022-05-06 11:52 LuoCore 阅读(310) 评论(0) 推荐(0) 编辑