摘要: public class Hello { public static void main(String[] args) { Person p = new Student("张三","软件7班"); System.out.println(p.name); Student s = (Student)p; 阅读全文
posted @ 2020-05-25 17:10 向往的人生 阅读(203) 评论(0) 推荐(0)