API > @angular/commonmode_edit codeKeyValuelinkinterface目录属性一个键值对。通常用于表示 Map 或 Object 中的键值对。A key value pair. Usually used to represent the key value pairs from a Map or Object. interface KeyValue<K, V> { key: K value: V } 属性link属性说明 key: K value: V