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.
我有一个主 iframe(iframe1) 页面,里面有六个不同的 div 框。其中一个框(iframe2)包含来自外部域的另一个 iframe。
现在我想打开 iframe2 到 iframe1 的链接。怎么可能?
除非 iframe2 和主文档都在同一个域上,否则由于相同的来源策略,这将不起作用。