用instanceof 但不能判断基本类型 如int 但可以判断对象的类型if(obj instanceof String ){ System.out.print("isString");}
getClass().getName(),就知道类型名称了,