摘要: /** * 存储localStorage */ export const setStore = (name, content) => { if (!name) return if (typeof content !== 'string') { content = JSON.stringify(content) } window.localStorage.setIte... 阅读全文
posted @ 2017-11-27 11:00 吾生有涯,而知无涯! 阅读(406) 评论(0) 推荐(0)