第三天课程学习完毕
摘要:
public class robot { public static void main(String[] args) { robot rbt = new robot(); rbt.ShowAttrib(); rbt.Temperature+=600; rbt.ShowAttrib(); } public robot() ... 阅读全文
posted @ 2005-02-22 12:07 qufo 阅读(241) 评论(0) 推荐(0) 编辑