学生成绩管理系统其中:
public class ClassShared { public static string[] userInfo = new string[2]; }
这个语句是什么作用
定义一个长度为2的字符串数组?