锚点跳转

267 阅读1分钟
      let anchorElement = document.getElementById('#mao');
      if (anchorElement) {
        anchorElement.scrollIntoView({ behavior: 'smooth' });
      }