摘要: export default { /** * 存储localStorage */ setStore(name, content) { let contentClone = content; if (!name) return; if (typeof content !== 'string') { contentClone = JSON.st... 阅读全文
posted @ 2019-01-25 15:50 砌墙的一块砖 阅读(262) 评论(0) 推荐(0) 编辑
摘要: util.js 封装: 在使用的页面中引入: import { Function} from '路径'; 使用: Function(obj) Function 是指你使用的检测方法 如检测对象那么Funcion == isObject 阅读全文
posted @ 2019-01-25 15:45 砌墙的一块砖 阅读(811) 评论(0) 推荐(0) 编辑