如何从 iframe src 获取哈希值?
当我执行 iframe.src 时,我的 iframe 有一个带有哈希值的 url,它只是为我提供了 url,而没有从其他域附加哈希值。我可以读取带有哈希值的整个网址吗?
My iframe is having a url with a hash value when i do iframe.src it just gives me the url without the hash appended to it from the other domain. Can i read the entire url with the hash.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
由于安全限制,不太可能 - 我很惊讶你甚至可以获得 URL
你能显示代码吗?
听起来像是 如何获取跨域中的 iframe contentWindow 高度的重复项
Not likely due to security constraints - I am surprised you can even get the URL
Can you show the code?
Sounds like a duplicate of How to get iframe contentWindow height in cross domain
改编此答案: 从 iframe 获取 url 并更新哈希在浏览器网址中
Adaptation of this answer: Get url from iframe and update hash in browser url