摘要: Date.prototype.format = function(format){ var o = { "M+" : this.getMonth()+1, //month "d+" : this.getDate(), //day "h+" : this.getHours(), //hour "m+... 阅读全文
posted @ 2015-06-05 11:34 Fury_Fox 阅读(313) 评论(0) 推荐(0)