摘要: Date.prototype.Format = function (fmt) { //author: meizz var o = { "M+": this.getMonth() + 1, //月份 "d+": this.getDate(), //日 "h+": this.getHours(), // 阅读全文
posted @ 2016-09-21 13:38 nike_ha 阅读(246) 评论(0) 推荐(0) 编辑