window.location.href,window.location.replace区别。 window.location.href("./a.htm");//执行后有后退、前进window.location.replace("./a.htm");//执行后无后退、前进 window.location.href("./a.htm");//执行后有后退、前进window.location.replace("./a.htm");//执行后无后退、前进 相关文章: 2022-12-23 2021-07-01 2022-12-23 2022-12-23 2021-09-15 2021-06-26 2022-12-23