摘要: Computer(电脑) 1 public class Computer { 2 3 public void powerOn() { 4 System.out.println("笔记本电脑开机"); 5 } 6 7 public void powerOff() { 8 System.out.prin 阅读全文
posted @ 2020-10-13 00:09 ZHU_FENG 阅读(130) 评论(0) 推荐(0)