摘要: Date.prototype.format = function(fmt) { var o = { "M+" : this.getMonth()+1, //月份 "d+" : this.getDate(), //日 "h+" : this.getHours(), //小时 "m+" : this.g 阅读全文
posted @ 2017-07-10 14:51 反面東东 阅读(2253) 评论(0) 推荐(0) 编辑