javascript 把时间戳转为时间 ajax HTML拼装
摘要:
这个目的是记下来,好让我以后可以看一下,这个脚本可是反反复复写了我N天啊!! 全部写下,以备后用! Date.prototype.format = function(format) { var o = { "M+" : this.getMonth() + 1, // month "d+" :... 阅读全文
posted @ 2014-04-24 15:50 王大王 阅读(834) 评论(0) 推荐(0)