java instanceof 用来测试一个对象是否为一个类的实例,能不能转为某个类的对象。用法为:boolean result = obj instanceof Class其中obj 为一个对象 ...
確定! 回上一頁