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 a575be8946ceb2c09c2d0b81c5adc35d2a23d4a3..eb8d83f1e094027bfa33fc45f11041eb30d4566b 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, 值 > **说明:**