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.
Aspx 页面包含一个面板,该面板具有一个名为btnFilter. 面板上有另一个按钮btnReset。当我的焦点在面板内时,我按下输入它的触发btnFilter点击事件就可以了。但首先我将焦点放在重置按钮上,然后按 Enter 它会触发btnFilter点击事件而不是触发btnReset点击事件。
btnFilter
btnReset
有什么解决办法吗?