摘要:
Date.prototype.toLocaleString = function() { return this.getFullYear() + "-" + (this.getMonth() + 1) + "-" + this.getDate() + " " + this.getHours() + ":" + this.getMinutes() + ":" + this.get... 阅读全文
posted @ 2017-05-26 16:43
无知死循环
阅读(261)
评论(0)
推荐(0)