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.
我在我的页面上嵌入了一个 PDF 对象。现在,当我加载页面并使用鼠标滚轮滚动时,它会在 PDF 中上下滚动,而不是实际页面。我必须先点击页面上的一些空白,然后才能滚动。
我是否需要创建一些其他可以将焦点设置在页面加载上的对象?
为您的页面主体提供一个 id/name 标记并将焦点设置为该标记,或者如果您在 iframe 中加载 pdf,只需将焦点设置为 iframe 中的父级