天天看点

防止被IFRAME嵌套并自动跳到首页代…

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