有什么方法可以禁用键盘选项卡焦点吗?
我只是想在键盘选项卡时跳过焦点到“bbb”。
<a href="#">aaa</a> <a href="#" tab-index="-1">bbb</a> <a href="#">ccc</a> <a href="#">ddd</a>
html
html ×1