📄 infotool.java
字号:
public class InfoTool{
public static void main(String args[]){
InfoModel im=new InfoModel();
InfoView iv1=new InfoView(im);
InfoView iv2=new InfoView(im);
InfoController ic1=new InfoController(im,iv1);
InfoController ic2=new InfoController(im,iv2);
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -