摘要:
1 Date.prototype.format = function(fmt) { 2 var o = { 3 "M+" : this.getMonth()+1, //月份 4 "d+" : this.getDate(), //日 5 "h+" : this.getHours(), //小时 6 " 阅读全文
posted @ 2018-01-11 21:08 哈哈丶大傻瓜 阅读(291) 评论(0) 推荐(0)
|
摘要:
1 Date.prototype.format = function(fmt) { 2 var o = { 3 "M+" : this.getMonth()+1, //月份 4 "d+" : this.getDate(), //日 5 "h+" : this.getHours(), //小时 6 " 阅读全文
posted @ 2018-01-11 21:08 哈哈丶大傻瓜 阅读(291) 评论(0) 推荐(0) |
||