摘要: //格林威治时间的转换Date.prototype.format = function (format) { var o = { "M+": this.getMonth() + 1, //month "d+": this.getDate(), //day "h+": this.getHours(), 阅读全文
posted @ 2017-09-28 13:54 请叫我刀刀 阅读(1067) 评论(0) 推荐(0) 编辑