From b3a80cd2f1605ba0295ed8c5bd05c99939b5f9d2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=91=9B=E4=BA=9A=E8=8A=B3?= Date: Wed, 8 Feb 2023 09:44:12 +0000 Subject: [PATCH] update zh-cn/application-dev/reference/apis/js-apis-treemap.md. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 葛亚芳 --- zh-cn/application-dev/reference/apis/js-apis-treemap.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/zh-cn/application-dev/reference/apis/js-apis-treemap.md b/zh-cn/application-dev/reference/apis/js-apis-treemap.md index a575be8946..eb8d83f1e0 100644 --- a/zh-cn/application-dev/reference/apis/js-apis-treemap.md +++ b/zh-cn/application-dev/reference/apis/js-apis-treemap.md @@ -10,7 +10,8 @@ TreeMap和[HashMap](js-apis-treemap.md)相比,HashMap依据键的hashCode存 文档中存在泛型的使用,涉及以下泛型标记符: -- K: Key, 键
+- K: Key, 键 + - V: Value, 值 > **说明:** -- GitLab