2017/3/2 11:17:20
string str = "xx";
string[] arr = str.Split(new string[] { " " }, StringSplitOptions.None);