随笔分类 - mark
摘要:SwfObject2.2Demo
阅读全文
摘要:方法一:这个很不错,好像是 csdn 的 Meizz 写的 调用方法: 方法二: 方法三: 时间过去了很久,下面是我写的由秒到格式化的函数。 function GetSecondTimeFomate(a) { var h = (parseInt(a / 3600)); if (h.toString(
阅读全文
摘要:Date.prototype.format = function (format) { var args = { "M+": this.getMonth() + 1, "d+": this.getDate(), "h+": this.getHours(), "m+": this.getMinutes
阅读全文