摘要:
//日期格式化 Date.prototype.Format = function (fmt) { var o = { "M+": this.getMonth() + 1, //月份 "d+": this.getDate(), //日 "h+": this.getHours(), //小时 "m+": this.getMinu... 阅读全文
posted @ 2018-11-21 17:19
anderson_1996
阅读(1030)
评论(0)
推荐(0)

浙公网安备 33010602011771号