string str = "test中国good中a国 ";Console.Write(Regex.Replace(str, @"[/u4e00-/u9fa5]", ""));
输出:testgooda