Static inner classes can access static data members of the enclosing class. They can't access non-static data members; after all, you can create an instance of ...
確定! 回上一頁