1、上图中的两个窗口应该只有一个。 如下代码可以让右边的窗体覆盖左边的窗体 <script> if (top.location != self.location){ top.location=self.location; } </script>