?? tsinghua.java
字號:
package cn.edu.csu.oo.abstractoper.programeAtchitectrue;
public class Tsinghua extends AbstractContainer {
public float add(Object obj1, Object obj2, Object obj3) {
int i = ((Integer)obj1).intValue();
float f = ((Float)obj2).floatValue();
int j = ((Integer)obj3).intValue();
return i*j*f;
}
}
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -