delimit
少于1分钟
将以下英文翻译为中文:
delimit
https://gohugo.io/functions/delimit/
Loops through any array, slice, or map and returns a string of all the values separated by a delimiter.
语法
delimit COLLECTION DELIMITER [LAST]
Delimit a slice:
| |
Delimit a map:
The delimit function sorts maps by key, returning the values.
| |
另请参阅
最后修改 June 1, 2023: 新增一个配置参数:sidebar_menu_truncate = 500 用于解决菜单不全的问题 (27810f1)