少于1分钟
将以下英文翻译为中文:
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.
|
|