1. split函数的语法 split函数是String类型的一个方法,它的基本语法如下: func split(separator: Character, maxSplits: Int, omittingEmptySubsequences: Bool) -> [S