关于location
Posted yanss
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了关于location相关的知识,希望对你有一定的参考价值。
window.onload=function(){
document.getElementById("btn").onclick=function(){
location.href="http://www.baidu.com" //属性
location.assign("http://www.baidu.com"); //方法
location.reload();//重新加载-刷新
location.replace("http://www.jd.com");//没有历史记录
};
};
以上是关于关于location的主要内容,如果未能解决你的问题,请参考以下文章