1010
This commit is contained in:
@@ -8,6 +8,10 @@ class Book {
|
||||
// this.id = 0;
|
||||
// this.name = "未命名";
|
||||
// System.out.println("初始化:无参构造被调用!");
|
||||
// }
|
||||
|
||||
// public Book(int id, String name) {
|
||||
// this.id = id;
|
||||
// }
|
||||
|
||||
// 打印信息
|
||||
|
||||
Reference in New Issue
Block a user