componentsSeparatedByString 就是根据 传递的 一个字符,进行字符串的一个分割
// 分割字符串 - >
let sourceArray = source.componentsSeparatedByString(">")
这个方法是把字符串分割成了数组