10 2017 档案

js日期格式化
摘要:方法一: Date.prototype.Format = function (fmt) { //author: meizz var o = { "M+": this.getMonth() + 1, //月份 "d+": this.getDate(), //日 "h+": this.getHours( 阅读全文

posted @ 2017-10-07 13:51 好好学习,天天睡觉 阅读(169) 评论(0) 推荐(0)