在C#中如何定义一个数组的全局变量

2024-11-08 12:39:07
推荐回答(1个)
回答1:

public static class1
{
public static int[] Orgions = new int[4] { 9, 8, 7, 6 };
}