摘要: package com.superx.hello;public class demo1 { public static void main(String[] args) { A a1 = new B(); System.out.println(" "); a1 = new B(); }}class 阅读全文
posted @ 2020-04-14 21:17 Super翔子 阅读(180) 评论(0) 推荐(0)