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 中有多个页面,其中一个似乎正在获得焦点,因为页面(自行)滚动到那个特定的 iframe。
有没有办法覆盖这个?
可以覆盖 iFrame onFocus 事件以设置焦点优先级。但是,要小心,因为它有时不适用于 Mozilla。另外,我更喜欢使用 Div 并在 Div 中显示 HTML。