java判斷基本數據類型的方法

經檢驗,網上不少用instanceof直接判斷的方法是行不通的。我總結出兩種方法。 以判斷變量是否爲int爲例,直接上代碼。 方法一: public class test { public static void main(String[] args){ test t=new test(); int int_num=0; double double_num=0; System.out.printl
相關文章
相關標籤/搜索