gpt4 book ai didi

javascript - 如何使用javascript判断页面是否在iframe中?

转载 作者:行者123 更新时间:2023-11-28 16:20:05 25 4
gpt4 key购买 nike

我使用javascript来判断页面是否在iframe中:

if (this != top) {
alert("true");
}

enter image description here

但我一直都是“true”,即使不是在 iframe 中(如上图所示),谁能帮助我?

最佳答案

尝试

if (self != top) {
alert("true");
}

关于javascript - 如何使用javascript判断页面是否在iframe中?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/9996304/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com