随笔 - 125  文章 - 0  评论 - 20  阅读 - 93464
11 2023 档案
try catch 块 在catch块或者try块 return 掉 finally会执行吗?
摘要: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 阅读(11) 评论(0) 推荐(0) 编辑

< 2025年3月 >
23 24 25 26 27 28 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30 31 1 2 3 4 5

点击右上角即可分享
微信分享提示