2023年11月23日
摘要: 1.在catch块 return 掉 finally会执行吗? 答案:会 代码: 点击查看代码 try { int s = 1; Console.WriteLine(1); var a = 5 / (1 - s);//除以 0 捕获异常 } catch (Exception) { Console.W 阅读全文
posted @ 2023-11-23 15:58 RookieBoy666 阅读(5) 评论(0) 推荐(0) 编辑