判断页面是否在iframe中

window.self === window.top
//1. 如果返回false –> 说明页面被嵌套在iframe中了
//2. 如果返回true –> 说明页面并没有被嵌套在iframe中

你可能感兴趣的:(判断页面是否在iframe中)