摘要:
封装方法//格式化日期yyyy-MM-dd-mm-ss-q-S 如date.Format("yyyy/dd") Date.prototype.Format = function(format) { var o = { "M+": this.getMonth() + 1, "d+": this.getDate(), "h+": this.getHours(), "m+": this.getMinut... 阅读全文
posted @ 2009-05-21 14:42
harry.guo
阅读(236)
评论(0)
推荐(0)