1.0.6 • Published 5 years ago
bestutils v1.0.6
🚀 Welcome to best utils
常用工具函数
安装
npm install bestUtils --save
or
yarn add bestUtils --save
使用
import bestUtils from 'bestUtils'
// 获取URL参数 (search or hash)
// url: 'https://www.baidu.com?wd=中国#?from=china'
console.log(bestUtils.query) // 返回一个对象 {wd: '中国', from: 'china'}