摘要: 菜鸟教程: Date.prototype.format = function(fmt){ var o = { "M+" : this.getMonth()+1, //月份 "d+" : this.getDate(), //日 "h+" : this.getHours(), //小时 "m+" : t 阅读全文
posted @ 2021-05-27 20:06 许伟强 阅读(162) 评论(0) 推荐(0)