摘要: package com.text; //猫 public class Cat { private String name; private String color; private int age; public String getName() { return name; } public v 阅读全文
posted @ 2016-05-18 13:52 尤痴武 阅读(153) 评论(0) 推荐(0)
摘要: package com.text; //计算器 public class JiSuanQi { private String Type; public JiSuanQi(String type) { super(); Type = type; } public String getType() { 阅读全文
posted @ 2016-05-18 13:49 尤痴武 阅读(154) 评论(0) 推荐(0)