摘要: 阅读全文
posted @ 2016-07-21 20:55 对与错 阅读(79) 评论(0) 推荐(0) 编辑
摘要: /* 我们来练习一下一个人用电脑办公,电脑突然停电了 这有2个类 一个是人,一个是电脑 办公是人的动作*/class Computer{ private int stic=2; void run()throws TingException,maoyanException{ if(stic==1){ 阅读全文
posted @ 2016-07-21 20:15 对与错 阅读(109) 评论(0) 推荐(0) 编辑