验证类型,如何验证一个数据类型, 类型验证转换
?public static void main(String[] args){??Double f = 0.0;??if(f instanceof Double){???System.out.println("aaaaaaaaaaa");??}?}