使用try,catch,finally處理錯誤異常

先講一下處理異常的語法結構: 舉一個錯誤異常的例子: class Program { static void Main(string[] args) { try { int[] myArray = {1, 2, 3, 4}; int m
相關文章
相關標籤/搜索