摘要: 给Date类型的对象绑定方法 Date.prototype.Format = function (fmt) { //author: meizz var o = { "M+": this.getMonth() + 1, //月份 "d+": this.getDate(), //日 "h+": this 阅读全文
posted @ 2020-08-15 11:43 梦小冷 阅读(685) 评论(0) 推荐(0) 编辑