JS_js获取当前时间 年月日 时分秒(y-m-d h:i:s),yyyy-MM-dd HH:mm:ss
方法一Date.prototype.format=function(format){varargs={"M+":this.getMonth()+1,"d+":this.getDate(),"h+":this.getHours(),"m+":this.getMinutes(),"s+":this.getSeconds(),"q+":Math.floor((this.getMonth()+3)/3),