try { int m = Int32.Parse("abc"); } catch (FormatException e) { Console.WriteLine(e.Message); } // 輸出: Input string was not in a correct ...
確定! 回上一頁