摘要: 1 package cn.bjsxt.test; 2 3 public class TestStudent { 4 public static void main(String[] args){ 5 Student s1 = new Student(); 6 s1.name = "yisa"; 7 s1.study(); ... 阅读全文
posted @ 2017-10-19 21:00 yisawatbek 阅读(162) 评论(0) 推荐(0) 编辑