首页 > Windows开发 > 详细

window.location.href

时间:2017-02-09 19:15:42      阅读:309      评论:0      收藏:0      [点我收藏+]

WEB设置首页

  <welcome-file-list>
    <welcome-file>index.html</welcome-file>
  </welcome-file-list>

windows.location.href="/url" 当前页面打开URL页面,表示重新定向到新页面,同时刷新打开的这个页面;

<script type="text/javascript">
    window.location.href = "./home/home.html";
</script>

啦啦啦

window.location.href

原文:http://www.cnblogs.com/ClassNotFoundException/p/6383352.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!