摘要: 4.5 try语句和异常 4.5.1 try、catch和finally语句 class Test{ static int Calc(int x) => return 10/x; static void Main(){ try{ int y=Calc(0); Console.WriteLine(y) 阅读全文
posted @ 2022-11-14 15:23 不爱菠萝的菠萝君 阅读(30) 评论(0) 推荐(0)