PHP 字符串分割函数explode():使用一个字符串分割另一个字符串;str_split():将 字符串分割到数组中... ... array explode( string separator, string string [, int limit] ) ...
www.5idev.com