我覺得,就是聲明了的,存在的,都算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...