Amaze UI JS 插件,使用注意事项,以及 JS 插件介绍。
Cookie 操作方法封装,via Nicholas C. Zakas。
调用接口:$.AMUI.utils.cookie。
$.AMUI.utils.cookie
cookie.set(name, value, expires, path, domain, secure)
cookie.get(name)
cookie.unset(name, path, domain, secure)
参考链接