#Javascipt

Javascipt 时间格式化(日期)

Date.prototype.format=function(format){varo={"M+":this.getMonth()+1,//month"d+":this.getDate(),//day"H+":this.getHours(),//hour"m+":this.getMinutes(),//minute"s...