制作完成于2021-10月20日 使用VS2019
int[] myArray = {1,2,3,4}
int myEle = myArray[4];
1、编写健壮性强的代码
人确认微软微软微软微软
CLR:异常系统
异常处理(捕捉异常) try ... catch ... finally语句 我们处理异常的语法结构如下(包含了三个关键字try catch finally)
异常:
try... catch... finally
System.IndexOutOfRangeException