1.1.0 • Published 2 years ago

utils-methods v1.1.0

Weekly downloads
-
License
ISC
Repository
-
Last release
2 years ago

方法列表

  • 检测是否PC:isPC()
  • 检测是否苹果:isiOS()
  • 检测是否安卓:isAndroid()
  • 检测是否微信浏览器:isWeiXin()
  • 设置Cookie: setCookie(name,value,?day)
  • 读取Cookie: getCookie(name)
  • 删除Cookie: deleteCookie(name)
  • 修复URL歧义字符:fixedEncodeURI(string)
  • 大数相加:bigNumberAdd(string,string)
  • 富文本标签过滤: textFormat(string)
  • 日期格式化: dateFormat('yyyy-MM-dd hh:mm:ss',?Date)
  • 对象克隆:clone() 支持null undefined Date Array Object
  • 获取指定长度随机字符串:getKey(length)
  • 获取url参数:getQuery(url)

使用

  • npm install utils-methods
  • const utils = require('utils-methods')
  • console.log(utils)
1.1.0

2 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.3

3 years ago

1.0.0

3 years ago