Empty就相當於"" 一般用於字串的初始化比如: string a; Console.WriteLine(a);//這裡會 ... 在C# 中,大多數情況下“” 和string.Empty 可以互換使用。
確定! 回上一頁