static void Main(string[] args) { int i1 = 12345; Console.WriteLine(i1.ToString());//結果12345(this指當前物件,或叫當前類的例項) Console.WriteLine(i1.
確定! 回上一頁