摘要:
Date.prototype.Format = function(fmt) { //author: meizz var o = { "M+" : this.getMonth() + 1, //月份 "d+" : this.getDate(), //日 "h+" : this.getHours(), //小时 "m+" : this.getMinutes(), //分 "s+" : this.getSeconds(), //秒 "q+" : Math.floor((this.g 阅读全文
posted @ 2012-11-26 23:53
栀子W
阅读(335)
评论(0)
推荐(0)
2012年11月26日