js跳转有关问题解决方式

js跳转问题解决方式script languagejavascriptif (top.location ! self.location) top.locationsel

js跳转问题解决方式

<script language="javascript">if (top.location != self.location) top.location=self.location;</script>