摘要:
//重写toString方法,将时间转换为Y-m-d H:i:s格式 Date.prototype.toString = function(){ return this.getFullYear() + "-" + (this.getMonth()+1) + "-" + this.getDate() + " " + this.getHours() + ":" + this.getM... 阅读全文
posted @ 2016-06-08 14:31
听哥哥的话
阅读(158)
评论(0)
推荐(0)

浙公网安备 33010602011771号