摘要: 重写prototype Date.prototype.Format = function(fmt) { var o = { "M+" : this.getMonth()+1, //月份 "d+" : this.getDate(), //日 "h+" : this.getHours(), //小时 " 阅读全文
posted @ 2020-08-19 10:19 轩辕绝儿 阅读(244) 评论(0) 推荐(0) 编辑