用類描述計算機中CPU的速度和硬盤的容量

public class CPU {       int speed;       void setSpeed(int m) {           speed=m;       }       int getSpeed() {           return speed;       }   }<pre name="code" class="java">public class HardDis
相關文章
相關標籤/搜索