少于1分钟
将以下英文翻译为中文:
https://gohugo.io/functions/reflect.ismap/
Reports if a value is a map.
reflect.IsMap INPUT
reflect.IsMap reports if VALUE is a map. Returns a boolean.
reflect.IsMap
VALUE
1 2
{{ reflect.IsMap (dict "key" "value") }} → true {{ reflect.IsMap "yo" }} → false