Each card entry will be separated by a delimiter string.
每个卡片条目由一个分隔字符串分隔开。
One way to think of it is that the list of delimiters always includes the NUL '\0' at the end of the delimiter string.
认为这一方式是分隔符的列表总是包含NUL'\0'分隔符字符串的结束。
Here, split is a method that processes an input string (of the type string) that contains a specified delimiter character (in this case a comma) and returns a list of strings.
这里的split方法处理包含指定分隔字符(在这里是逗号)的输入字符串(字符串类型),返回字符串的列表。
应用推荐