博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

2020年6月18日

摘要: 情形1: try { int i = 0; i = int.Parse("t"); Console.WriteLine("Try"); } catch (Exception e) { Console.WriteLine("Catch"); } finally { Console.WriteLine( 阅读全文

posted @ 2020-06-18 12:11 凤凰火舞 阅读(198) 评论(0) 推荐(0) 编辑