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.
使用我的提交按钮的绝对定位,当我在最后一个文本框上进行选项卡时,它会跳过按钮。当我的最后一个文本框失去焦点时,是否可以拦截选项卡事件并将焦点放在我的提交按钮上?
您可以使用 tabindex html 属性来指定页面上选项卡操作的顺序。