如果我的网站被别人iframe框架过去,怎么用js反框架?想要达到的效果是别人打开了网站直接就成了我的网站
if (top.location != self.location){ top.location=self.location; }
document.referer判断下
这年头还有这样的事,:top.location != self.location? document.body.innerHTML="F**K";