// Using a string literal with an escape character. str1 = str1.Replace("\"", string.Empty); // Using a char literal. str2 = str2.Replace('"' ...
確定! 回上一頁