截取字符串第一位从0开始,以空格结束

int index= country.IndexOf(" ");
string countryName = country.Substring(0,index);
posted @ 2023-01-10 20:19  1014040868a  阅读(22)  评论(0编辑  收藏  举报