C# ... but string.Format() throws. // true Console.WriteLine($"{null}" == string.Empty); // Run-time exception Console.WriteLine(string.Format("{0}", null) ...
確定! 回上一頁