摘要: Date.prototype.formatCode = function (formatStr = "yyyy-MM-DD HH:mm:ss") { const paddingZero = num => num >= 10 ? num : '0' + num; let str = formatStr 阅读全文
posted @ 2022-07-15 17:01 前端-Uncle 阅读(551) 评论(0) 推荐(0)
摘要: long_time_login = (count) => { try { let num_count = 0, setIIndex; document.onmousemove = () => num_count = 0; clearInterval(setIIndex); setIIndex = s 阅读全文
posted @ 2022-07-15 16:44 前端-Uncle 阅读(1049) 评论(0) 推荐(0)
摘要: 这是第一篇测试文档 阅读全文
posted @ 2022-07-15 16:29 前端-Uncle 阅读(17) 评论(0) 推荐(0)