最贊回答 / wonderq_ubuntu
我覺得,就是聲明了的,存在的,都算declared,不管修飾符,這個是getdeclaredFields()方法的官方解釋:????? ? ? ?Returns an array of Field objects reflecting all the fields
? ? ?declared by the class or interface represented by this Class
? ? ?object. This includes public, protected, defaul...
2015-03-26
最新回答 / 好幫手慕珊
Class[] paramTypes=ms[i].getParameterypes();可以調用paramTypes[i].isArray()判斷參數是否是數組
2015-03-25