分割字符串EXPR为字符串列表并且返回这个列表。
Splits the string EXPR into a list of strings and returns that list.
toCollection 方法以空格来分割字符串,然后返回一个包含这些子字符串的Array(数组)。
The toCollection method splits a string on spaces and returns an Array containing the substrings.
姓名和电话号码被连接为一个字符串,然后分割为含两个字符串的数组。
The name and the phone number are concatenated into a single string and then split into an array of two strings.
应用推荐