? ? ? ?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, default (package) access, and
? ? ?private fields, but excludes inherited fields. ? ??
2015-07-24
自己聲明的就是這個(gè)類里自己有代碼寫出來的唄,不是從父類繼承過來的
2015-06-22
我覺得,就是聲明了的,存在的,都算declared,不管修飾符,這個(gè)是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, default (package) access, and ? ? ?private fields, but excludes inherited fields. ? ??
????但是不包括繼承的成員變量。
2015-03-27
可是后臺(tái)的函數(shù)都不是自己寫的呀
2015-03-26
就是你寫的 不是系統(tǒng)自帶的函數(shù)