# jstools-common **Repository Path**: xue5hen/jstools-common ## Basic Information - **Project Name**: jstools-common - **Description**: 一个常用的JS工具函数集 - **Primary Language**: JavaScript - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-01-05 - **Last Updated**: 2026-04-30 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # jstools-common ## 简介 jstools-common 是一个常用的JS工具函数集,使用简单方便。该项目意在将常用的工具函数进行收集整理以便尽可能避免开发中重复造轮子,收纳的函数聚焦项目中具体的功能点。 ## 下载安装 * 直接下载:https://github.com/xue5hen/jstools-common/releases * npm安装:npm i jstools-common -S ## 快速使用 * 引入方式 ``` // WEB网页环境 import jstools from 'jstools-common/dist/jstools.web' let jstools = require('jstools-common/dist/jstools.web') // 纯NODE环境 let jstools = require('jstools-common/dist/jstools.node') // Electron-main环境 let jstools = require('jstools-common/dist/jstools.electron-main') // Electron-renderer环境 import jstools from 'jstools-common/dist/jstools.electron-renderer' let jstools = require('jstools-common/dist/jstools.electron-renderer') ``` * [使用文档](https://xue5hen.github.io/jstools-common/) ## 交流 & 提问 * 请直接在 github issues 提交问题 ## 关于作者 如果你感觉有收获,欢迎打赏以激励我更多输出优质开源内容。 ![(#^.^#)](https://xue5hen.gitee.io/static/img/reward.bcdac9a.png")