From 33058f2b292b3a581333bdfb21b8f671898c5060 Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Tue, 8 Dec 2020 14:40:17 -0500 Subject: initial commit --- files/zh-cn/web/api/touch/identifier/index.html | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 files/zh-cn/web/api/touch/identifier/index.html (limited to 'files/zh-cn/web/api/touch/identifier') diff --git a/files/zh-cn/web/api/touch/identifier/index.html b/files/zh-cn/web/api/touch/identifier/index.html new file mode 100644 index 0000000000..bf42f62668 --- /dev/null +++ b/files/zh-cn/web/api/touch/identifier/index.html @@ -0,0 +1,22 @@ +--- +title: Touch.identifier +slug: Web/API/Touch/identifier +tags: + - touch +translation_of: Web/API/Touch/identifier +--- +

{{ ApiRef() }}

+

概述

+

返回一个可以唯一地识别和触摸平面接触的点的值. 这个值在这根手指(或触摸笔等)所引发的所有事件中保持一致, 直到它离开触摸平面.

+

语法

+
var id = touchItem.identifier;
+
+

返回值

+
+
+ id
+
+ {{ domxref("Touch") }} 对象的唯一标识符.
+
+

标准定义

+

Touch Events Specification

-- cgit v1.2.3-54-g00ecf