string str = "测试一下ilove中国so结束";
Regex reg = new Regex(@"[\u4e00-\u9fa5]");
Label1.Text = reg.Replace(str,"");

 

相关文章: