JS跳出IFrame
<script type="text/javascript">
if (top.location !== self.location) {
top.location = self.location;
}
</script>
发布时间: 2012-11-11 10:07:57 作者: rapoo
JS跳出IFrame
<script type="text/javascript">
if (top.location !== self.location) {
top.location = self.location;
}
</script>