GitHub - luozyiii/tools: css和原生js工具函数

TOOLS.verify                 // 校验手机号码/身份证号码/邮箱/网址等...
TOOLS.setCookie              // 设置cookie
TOOLS.getCookie              // 获取cookie
TOOLS.delCookie              // 删除cookie
TOOLS.clearCookie            // 清空cookie
TOOLS.setLocalstorage        // 设置本地存储
TOOLS.getLocalstorage        // 获取本地存储
TOOLS.delLocalstorage        // 删除本地存储
TOOLS.clearLocalstorage      // 清空所有本地存储
TOOLS.setSessionstorage      // 设置会话存储
TOOLS.getSessionstorage      // 获取会话存储
TOOLS.delSessionstorage      // 删除会话存储
TOOLS.clearSessionstorage    // 清空所有会话存储
TOOLS.getParam               // 根据参数名获取当前url的参数值
TOOLS.browser                // 浏览器navigator信息 
TOOLS.msg                    // 移动端提示框