RT
举报· 41 次点击
登录 注册 站外分享
2 条回复  
MagicalCarl 小成 2024-10-2 18:20:22
const anchor = document.getElementById(`example`);
          if (anchor) {
            anchor.scrollIntoView({
              behavior: 'smooth',
              block: 'start'
            });
          }
crysislinux 小成 2024-10-2 19:12:02
就 angular 来说应该可以只用 history api 吧,这样就不占用这个东西了
返回顶部