摘要: Date.prototype.Format = function(fmt) { //author: meizz var o = { "M+" : this.getMonth()+1, //月份 "d+" : this.getDate(), ... 阅读全文
posted @ 2016-03-23 21:47 匹夫鹏 阅读(149) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2016-03-23 21:42 匹夫鹏 阅读(165) 评论(0) 推荐(0)