gpt4 book ai didi

javascript - location.href 不改变 iframe src

转载 作者:塔克拉玛干 更新时间:2023-11-02 21:04:08 30 4
gpt4 key购买 nike

我需要检查 iframe src 以了解父页面的更改。

$('myiframe').attr('src');

工作正常,但是当我通过 iframe 中的 javascript 更改 url 的哈希时

location.href += '#hash';

我可以从 iframe 检查 location.href 看到它发生了变化,但从父文档来看,src 似乎没有变化。有帮助吗?

编辑

由于包含页面和 iframe 在不同的域中,我必须使用 src 属性检查它并且我无法访问 iframe location.href 属性。

最佳答案

散列参数不在属性location.href中,试试

location.hash = 'hash';

关于javascript - location.href 不改变 iframe src,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/13916426/

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