摘要: Date.prototype.format = function(format) { var date = { "M+": this.getMonth() + 1, "d+": this.getDate(), "h+": this.getHours(), "m+": th... 阅读全文
posted @ 2018-03-28 21:05 James2019 阅读(316) 评论(0) 推荐(0)