摘要:
1.js得到规范的时间格式函数 Date.prototype.format = function(fmt) { var o = { "M+" : this.getMonth()+1, //月份 "d+" : this.getDate(), //日 "h+" : this.getHours(), // 阅读全文
posted @ 2019-01-13 14:32
sweetli
阅读(886)
评论(0)
推荐(0)
浙公网安备 33010602011771号