split
少于1分钟
将以下英文翻译为中文:
split
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.
另请参阅
最后修改 June 1, 2023: 新增一个配置参数:sidebar_menu_truncate = 500 用于解决菜单不全的问题 (27810f1)