摘要:
1 try 2 { 3 int i = Convert.ToInt32(Console.ReadLine()); 4 Console.WriteLine("in the 'try'"); 5 } 6 catch 7 { 8 Console.WriteLine("in the 'catch'"); 9 }10 finally11 ... 阅读全文
posted @ 2013-06-30 21:41
瑾秀年华
阅读(485)
评论(1)
推荐(0)