摘要: class Example { static void main(String[] args) { Student st = new Student(); st.StudentID = 1; // println(st.DisplayMarks()); // println(st.DisplayTo 阅读全文
posted @ 2025-07-15 16:07 山村放羊娃 阅读(7) 评论(0) 推荐(0)
摘要: class Example{ static void main(String[] args) { List<String> list = new ArrayList<String>(); list.add("first string"); list.add("second string"); lis 阅读全文
posted @ 2025-07-15 14:41 山村放羊娃 阅读(4) 评论(0) 推荐(0)