摘要: 编译前 - 强制 运行时 - 反射 // typeinfo/Shapes.java import java.util.stream.*; abstract class Shape { void draw() { System.out.println(this + ".draw()"); } @Ove 阅读全文
posted @ 2019-12-05 23:31 zhangyu63 阅读(229) 评论(0) 推荐(0) 编辑