# utils **Repository Path**: bsnui/utils ## Basic Information - **Project Name**: utils - **Description**: 不可删除 - **Primary Language**: Unknown - **License**: MulanPSL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-11-20 - **Last Updated**: 2025-11-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # utils #### downLoadFile 下载文件 #### getDebounceFn 防抖函数 #### getEscape 转移Html字符串 #### getRound 四舍五入函数 #### getThousands 数字转千分位 #### getThrottleFn 节流函数 使用方法参考 lodash 的 throttle #### getUnEscape 反转移Html字符串 #### isEmpty 判断值是否是无效值 undefined | null | '' 均为无效值 #### isMobile 判断是否是移动端 #### isWXBrowser 判断是否是微信浏览器 #### openNewWin 打开新的Tab #### readFile 读取文件 #### setLS 向 localStorage 存储数据 #### getLS 从 localStorage 获取数据