a.html 页面
<script> window.name="isaisai" window.location.href="b.html"; </script>
b.html 页面
<script> alert(window.name); </script>
a.html 页面
<script> window.name="isaisai" window.location.href="b.html"; </script>
b.html 页面
<script> alert(window.name); </script>