摘要: 代码: //时间处理函数 var MyDate = { Now: { Now: function () { return new Date(); }, Format: function (str) { return MyDate.Format(new Date(), str); } }, Forma 阅读全文
posted @ 2018-08-27 09:36 November's 阅读(25) 评论(0) 推荐(0)