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");//执行后无后退、前进 相关文章: