摘要: function formatterTime(time, fmt) { if(!time){ return ''; } if(typeof(time) == "object" || typeof(time) == "OBJECT") { var z = { M: time.getMonth() + 阅读全文
posted @ 2019-08-21 15:27 捞档哥 阅读(2724) 评论(0) 推荐(0) 编辑