摘要: instanceof public class Person { public void run(){ System.out.println("run"); }} public class Stendyent extends Person{ public void go(){ System.out. 阅读全文
posted @ 2021-10-22 22:46 fantasyfa 阅读(44) 评论(0) 推荐(0)