摘要: 定义Student类 1 package org; 2 3 public class Student { 4 private String _name = null; 5 private int _age = -1; 6 private int _score = -1; 7... 阅读全文
posted @ 2015-05-12 21:11 王景略 阅读(452) 评论(0) 推荐(0)