We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
第101天 说说你对accesskey的理解,举例说明它有什么运用场景?
The text was updated successfully, but these errors were encountered:
[html] 第80天 简述下HTML的快捷键属性是哪个?并举例说明有什么用? · Issue #572 · haizlin/fe-interview
Sorry, something went wrong.
accesskey windows按下ALT+ 特定键 会跳转的特定位置 mac是CTRL
@xiangshuo1992 抱歉,这个真的是重复了
accessKey 可以注入到任意的元素中,通过快捷键触发对应元素的绑定事件。
<a href="http://www.baidu.com" accesskey="1">快捷键1直接跳转百度</a>
mac 快捷键: control + option + key
control + option + key
No branches or pull requests
第101天 说说你对accesskey的理解,举例说明它有什么运用场景?
The text was updated successfully, but these errors were encountered: