摘要:
Date.prototype.format = function(format) { //author: meizz let o = { "M+": this.getMonth() + 1, //月份 "d+": this.getDate(), //日 "H+": this.getHours(), //小时 "m+": this.getMinutes(), /... 阅读全文
posted @ 2016-11-25 10:01
逗伴不是瓣
阅读(474)
评论(0)
推荐(0)