/* 如果页面嵌套,跳出嵌套 */
if (window.top != window.self) {
top.location = this.location;
}
解决iframe嵌套页面问题
最新推荐文章于 2025-07-01 07:50:08 发布
/* 如果页面嵌套,跳出嵌套 */
if (window.top != window.self) {
top.location = this.location;
}