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.
当我按下 Escape 键时,我想将焦点移动到上一个控件。
我怎样才能做到这一点?
当您关注某个控件时,将该控件记录在堆栈中,以便您始终可以检索先前关注的控件。
接下来在控件上使用 keydown 事件处理程序并检查转义键。如果按下了退出键,则将焦点设置到堆栈中的顶部控件。