2016年1月20日
摘要: 1 package com.mingrisoft; 2 public class Employee { 3 4 5 private String name; 6 private double gongzi; 7 8 public String getN... 阅读全文
posted @ 2016-01-20 16:31 悠悠小花 阅读(930) 评论(0) 推荐(0) 编辑
摘要: 1 class Animal { 2 3 int eye=2; //定义动物属性有眼睛和腿 4 5 int leg=4; 6 7 public void eat() 8 { ... 阅读全文
posted @ 2016-01-20 11:27 悠悠小花 阅读(181) 评论(0) 推荐(0) 编辑