Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我使用 JavaScript 将特定内容插入页面。问题是必须为特定域加载此 iframe。我的意思是,就像在 GoogleMaps 中一样,您必须在其中插入特殊键才能为您的域加载地图。
简而言之,我想检查我的脚本是从哪里链接的。
如果您的页面不在同一个域上,则无法获取父属性,唯一的解决方案是检查文档引用者
var ref = document.referrer; alert(ref);