JS跳出IFramescript typetext/javascriptif (top.location ! self.location) {top.location self
JS跳出IFrame
<script type="text/javascript">
if (top.location !== self.location) {
top.location = self.location;
}
</script>
JS跳出IFrame
<script type="text/javascript">
if (top.location !== self.location) {
top.location = self.location;
}
</script>