c#删除转义字符的方法,删除\0后所有字符串,菜鸟级别

string str_2= Regex.Unescape(str);

str_2 = str_2.Remove(index);