类:实验2家中的电视
摘要:
TV类public class TV{ int channel; void setChannel(int m) { if(m>=1) { channel=m; } } int getChannel() { return channel; } void sh... 阅读全文
posted @ 2017-11-03 08:40 MACHINE_001 阅读(254) 评论(0) 推荐(0) 编辑
posted @ 2017-11-03 08:40 MACHINE_001 阅读(254) 评论(0) 推荐(0) 编辑