方法1:
< http-equiv="Window-target"content="_top">
方法2:
<script language="javascript"> if (self !== top) window.top.location.replace(self.location); </script>
谢谢