06 2022 档案

摘要://防止页面后退 history.pushState(null, null, document.URL); window.addEventListener('popstate', function () { history.pushState(null, null, document.URL); } 阅读全文
posted @ 2022-06-30 15:36 Action_swt 阅读(712) 评论(0) 推荐(0) 编辑
摘要:https://www.macwk.com/soft/network 阅读全文
posted @ 2022-06-14 10:40 Action_swt 阅读(19) 评论(0) 推荐(0) 编辑
摘要:/** * 防止重覆点击 * @param timer callBack * @returns 自执行函数 */ declare global { interface Window { lastTime: any } } export const preventCliks = (callBack: 阅读全文
posted @ 2022-06-13 19:00 Action_swt 阅读(56) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示