class Myinfo { constructor() { header("我的收藏", ` `); this.res = localStorage.getItem("likeArr")==null ? [] : JSON.parse(localStorage.getItem("likeArr")) this.getType() } getType() { if (this.res == 0) { $(".content").innerHTML += `
暂无收藏