2014年5月14日

js 的一些操作时间

摘要: 时间格式转换(1):Date.prototype.format = function(format) { var date = { "M+": this.getMonth() + 1, "d+": this.getDate(), ... 阅读全文

posted @ 2014-05-14 14:25 陈可 阅读(164) 评论(0) 推荐(0)

导航