aboutsummaryrefslogtreecommitdiff
path: root/files/zh-cn/web/api/globaleventhandlers/onmousedown/index.html
blob: 9d8d26dbb121a5eee34605298ac0d4227c63ab93 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
---
title: GlobalEventHandlers.onmousedown
slug: Web/API/GlobalEventHandlers/onmousedown
translation_of: Web/API/GlobalEventHandlers/onmousedown
---
<div>{{ ApiRef("HTML DOM") }}</div>

<h3 id="概述">概述</h3>

<p><strong>onmousedown</strong>属性用来获取或设置当前元素的<code>mousedown</code>事件的事件处理函数.</p>

<h3 id="语法">语法</h3>

<pre class="eval">element.onmousedown= <em>event handling code</em>
</pre>

<h3 id="备注">备注</h3>

<p>在当前元素上鼠标按下瞬间会触发<code>mousedown事件.</code></p>

<h3 id="规范">规范</h3>

<p>不属于任何公开的规范.</p>

<p>{{ languages( { "fr": "fr/DOM/element.onmousedown", "pl": "pl/DOM/element.onmousedown", "en": "en/DOM/element.onmousedown" } ) }}</p>