LAMP之路

不积跬步,无以至千里!

js实现禁止页面被iframe加载

2015-1-2 一抹阳光 网站前端

if(top.location!==self.location){
    top.location.href=self.location.href;
}