2019-01-05 20:35发布
class S1{
public static void main(String args[]){
new S2();}
S1(){
System.out.println(“S1”);
}
class S2 exend S1{
S2(){
System.out.println(“S2”);
(程序有小错,有中文的引号,extends拼错)
若正确的程序,结果为
S1
S2
最多设置5个标签!
(程序有小错,有中文的引号,extends拼错)
若正确的程序,结果为
S1
S2
一周热门 更多>