aboutsummaryrefslogtreecommitdiff
path: root/files/zh-cn/web/api/mouseevent/buttons/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/zh-cn/web/api/mouseevent/buttons/index.html')
-rw-r--r--files/zh-cn/web/api/mouseevent/buttons/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/files/zh-cn/web/api/mouseevent/buttons/index.html b/files/zh-cn/web/api/mouseevent/buttons/index.html
index 4e1b1afd0f..2b21d3c59e 100644
--- a/files/zh-cn/web/api/mouseevent/buttons/index.html
+++ b/files/zh-cn/web/api/mouseevent/buttons/index.html
@@ -7,7 +7,7 @@ translation_of: Web/API/MouseEvent/buttons
<div>只读属性<strong><code>MouseEvent.buttons</code></strong><code>指示事件触发时哪些鼠标按键被按下。</code></div>
-<div></div>
+
<p>每一个按键都用一个给定的数(见下文)表示。如果同时多个按键被按下,buttons 的值为各键对应值做与计算(+)后的值。例如,如果右键(2)和滚轮键(4)被同时按下,buttons 的值为 2 + 4 = 6。</p>