aboutsummaryrefslogtreecommitdiff
path: root/files/zh-cn/web/api/htmlelement/accesskey/index.html
blob: 4f76e7f78499ad1166aeb0b0ae85260c84841bb6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
---
title: Element.accessKey
slug: Web/API/Element/accessKey
tags:
  - API接口
  - 属性
  - 需要丰富内容
translation_of: Web/API/HTMLElement/accessKey
translation_of_original: Web/API/Element/accessKey
---
<div>{{APIRef("DOM")}}</div>

<div> </div>

<p><font face="Consolas, Monaco, Andale Mono, monospace">元素的<strong> Element.accessKey</strong></font> 属性设置了这样一个按键——用户通过敲击这个键把焦点跳转到这个元素上。</p>

<div class="note">
<p>注: <em> <strong>Element.accessKey </strong>属性很少使用,因为它很容易与现代浏览器自带的快捷键冲突。为了解决这个问题,浏览器约定accessKey键与特定按键一起按(比如 Alt + accessKey)来生效快捷键行为。</em></p>
</div>

<p> </p>

<p> </p>