Java语言里怎么实现sizeof idof typeof methodof 和 instanceof 这几个方法呢
Java 自带了 instanceof 方法,直接用就可以了。其他几个的用 getClass 可以获取对象的类型信息的。