0

1

回答

934 浏览

thread 中super关键字[已解决]5

public class Mother extends Thread{ String name; public Mother(String name) { this.name = name; } @Override public void run() { System.out.println("mother"); } } public class Son exte ...

2012年4月06日 12:16

本周活跃投票用户

最新评论

Global site tag (gtag.js) - Google Analytics