class Utils { footer() { var footerArr = [ {title: '首页', icon: 'icon-home', href: 'index.html'}, {title: '机构', icon: 'icon-jigou', href: 'mechanism.html'}, {title: '模特', icon: 'icon-me', href: 'model.html'}, {title: '我的', icon: 'icon-wo', href: 'my.html'}, ]; // 用户当前正在访问的页面地址 // http://localhost:63342/page/mechanism.html var currentPath = location.href; $("body").innerHTML += `
` } header(title, action = "") { $("body").innerHTML = `