06 2016 档案

摘要:1 Date.prototype.format = function(f){ 2 var d = this 3 f = f || "yyyy-MM-dd hh:mm:ss" 4 return f.replace(/[yMdhms]+/g, function(item){ 5 swit... 阅读全文
posted @ 2016-06-27 15:37 米斯特龙 阅读(184) 评论(0) 推荐(0)