首页 > 电脑
更新时间2019-01-05 23:33: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
上一篇:程序怎么做?
下一篇:电脑开不了机滴答滴答的有报警声音,刚才内存硬盘都检查了。