按分隔符拆分字符串。
string.split(separator)
separator
Array<String>。
Array<String>
text = 'hello BT' result = text.split(',')