Cannot find symbol ID

前端 未结 0 411
陌清茗
陌清茗 2020-12-16 12:34

I have this code

import java.util.*;
public class Student {
    private static ArrayList [] Students = new ArrayList [10];    
    private int ID;
        pub         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题