标签:new location html div 保留 访问 方法 记录 back
小程序有此功能的跳转方法。
那么H5如何实现该功能? 很简单。
location.replace(‘new.html‘) 这个方法可以实现 关闭当前页面,跳转到新页面 的效果。
H5如何实现关闭当前页面,跳转到新页面?
原文地址:https://www.cnblogs.com/teamemory/p/10966471.html