aboutsummaryrefslogtreecommitdiff
path: root/files/zh-cn/web/api/touch/identifier/index.html
blob: bf42f62668c8cfbc72aab1b7ff17791f58e208dc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
---
title: Touch.identifier
slug: Web/API/Touch/identifier
tags:
  - touch
translation_of: Web/API/Touch/identifier
---
<p>{{ ApiRef() }}</p>
<h3 id="Summary" name="Summary">概述</h3>
<p>返回一个可以唯一地识别和触摸平面接触的点的值. 这个值在这根手指(或触摸笔等)所引发的所有事件中保持一致, 直到它离开触摸平面.</p>
<h3 id="Syntax" name="Syntax">语法</h3>
<pre class="eval">var <em>id</em> = <em>touchItem</em>.identifier;
</pre>
<h3 id="Return_Value" name="Return_Value">返回值</h3>
<dl>
 <dt>
  <code>id</code></dt>
 <dd>
  {{ domxref("Touch") }} 对象的唯一标识符.</dd>
</dl>
<h3 id="Specification" name="Specification">标准定义</h3>
<p><a class="external" href="http://www.w3.org/TR/touch-events/" title="http://www.w3.org/TR/touch-events/">Touch Events Specification</a></p>