运行 ❯
获取
您的
C#服务器
×
改变方向
改变主题,暗/亮
转到 Spaces
using System; namespace MyApplication { class Program { static void Main(string[] args) { try { int[] myNumbers = {1, 2, 3}; Console.WriteLine(myNumbers[10]); } catch (Exception e) { Console.WriteLine("Something went wrong."); } } } }
出现了问题。