摘要: 做了个游戏需要上面显示实时的时间,而且只显示时分秒不显示年月日Date.prototype.Format = function (fmt) { var o = { "M+": this.getMonth() + 1, //月份 ... 阅读全文
posted @ 2018-02-10 15:33 anliex 阅读(11) 评论(0) 推荐(0)