摘要:
1 /** 2 * 时间对象的格式化 3 */ 4 Date.prototype.format = function(format){ 5 var y=this.getFullYear(), 6 M=this.getMonth(), 7 d=this.getDate(), 8 h=this.getHours(), 9 m=this.getMinu... 阅读全文
posted @ 2013-01-11 14:04
简单是真
阅读(3047)
评论(0)
推荐(0)

浙公网安备 33010602011771号