📄 borrowing.java
字号:
/* * Borrowing.java - Outline of implementation only. Code not complete. * This code would implement a Borrowing - it will link a specific * LibraryBook to the corresponding Reader. */public class Borrowing { private Reader reader; // Link to the Reader private LibraryBook libraryBook; // Link to the book // ...}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -