js获取返回首页

 <script>
setTimeout(function(){
    window.location.href="http://"+window.location.host;
},5000);
</script> 

posted @ 2016-05-25 19:04  林育松  阅读(1302)  评论(0编辑  收藏  举报