获取某个对象的额外属性
需要增加额外属性的对象
属性名
返回值可能是undefined,说明没有该属性
// 对象需要加上类名,否则无法识别!const clusterPoi = getExtProp<ClusterPoi>(poiS, 'clusterPoi'); 复制
// 对象需要加上类名,否则无法识别!const clusterPoi = getExtProp<ClusterPoi>(poiS, 'clusterPoi');
获取某个对象的额外属性