少于1分钟
将以下英文翻译为中文:
https://gohugo.io/functions/split/
Returns a slice of strings by splitting STRING by DELIM.
split STRING DELIM
Examples:
|
|
split
essentially does the opposite of delimit. While split
creates a slice from a string, delimit
creates a string from a slice.