小程序有此功能的跳转方法。 那么H5如何实现该功能? 很简单。 location.replace(\'new.html\') 这个方法可以实现 关闭当前页面,跳转到新页面 的效果。 而 window.location.href = “new.html”, 这个方法会保留历史的访问记录。 相关文章: 2022-12-23 2021-08-07 2022-12-23 2021-12-02 2021-12-03 2021-06-21 2022-12-23