public static String getType(Object obj){ return obj.getClass().toString(); } public static void main(String[] args){ int i=1; char c='1';
確定! 回上一頁