你可以先写一段检测关于”:“的代码,再对这个检测出来的值删除就可以了
string s = "11111……"; s = s.Replace("……", "");
string.replace("……","")
replace处理下