?? testprint.java
字號:
package 接口的使用;
import A.s;
public class TestPrint {
public static void main(String[] args) {
InterfacePrint2 p = new PrintDataImplementInterfacePrint2();
p.print("hao");
PrintDataImplementInterfacePrint2 pd = new PrintDataImplementInterfacePrint2();
s.p(pd.print());
pd.print("haoren");
}
}
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -