摘要: /** * 防止重覆点击 * @param timer callBack * @returns 自执行函数 */ declare global { interface Window { lastTime: any } } export const preventCliks = (callBack: 阅读全文
posted @ 2022-06-13 19:00 Action_swt 阅读(49) 评论(0) 推荐(0) 编辑