split 多个字符分割

string[] arr_info = showinfo.Split(new char[] { '[', ']' });