上一页 1 ··· 329 330 331 332 333 334 335 336 337 ··· 397 下一页
  2013年9月11日
摘要: Date.prototype.format = function(format) { var o = { "M+": this.getMonth() + 1, //month "d+": this.getDate(), //day "h+": this.getHours(), //hour "m+": this.getMinutes(), //minute "s+": this.getSeco... 阅读全文
posted @ 2013-09-11 16:27 记性特差 阅读(392) 评论(0) 推荐(0)
上一页 1 ··· 329 330 331 332 333 334 335 336 337 ··· 397 下一页