使用指定的分隔符将字符串拆分为数组中的单独元素。
str1
{String}
separator
return
{Array}
{{ split str1 separator }}
{{ split "a,b,c" "," }}