@fastweb/utils_common
v1.0.2
Published
常用utils
Downloads
16
Keywords
Readme
常用utils
常用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时使用)