邦邦给你两拳的博客要求如图,以下是我的代码,请大神们指教一下哪里需要改正: import java.util.ArrayList; import java.util.List; public class StingList01 { public static void main(String[] args) { String s = ...
second??的博客[code=java] class Computer { String brand; //品牌 } public class SxtStu { // field int id; String sname; int age; Computer comp; void study() { System.out.println(“我正在学习!使用我们的电脑,”+comp...