<script> if(window.location.search.indexOf("?")<0){ //判断是否是第一次加载 window.location.href="index.html?1"; } else{} //第二次加载空操作 </script>