1.0.2 • Published 7 years ago

@fastweb/utils_common v1.0.2

Weekly downloads
-
License
ISC
Repository
gitlab
Last release
7 years ago

常用utils Build Status npm


常用utils方法:isEmpty,getCookie,setCookie,getQuery,parseQuery,parseDate,dbclick

方法

isEmpty(obj)

判断空对象 obj=null|undefined|{} 返回true

getCookie(key)

获取cookie

setCookie(key, value, expires, path, domain)

设置cookie key key value value expires 保留多少个小时 path 路径 domain

getQuery(key)

获取url参数

parseQuery(url)

讲url上的参数转为json url默认为location.href

parseDate(date, fmt)

格式化时间 fmt默认为"YYYY-MM-DD hh:mm:ss" Y年M月D天H24制小时h12制小时m分s秒S毫秒

dbclick

取消双击(触发ios浏览器双击窗口偏移bug时使用)

1.0.2

7 years ago