js跳转问题解决方式script languagejavascriptif (top.location ! self.location) top.locationsel
js跳转问题解决方式
<script language="javascript">if (top.location != self.location) top.location=self.location;</script>
js跳转问题解决方式
<script language="javascript">if (top.location != self.location) top.location=self.location;</script>