STATIC
该关键字用于:
-
Declaring static variables in a class.
-
Declaring static methods in a class.
-
Announcing classes that have the "automatic instanciation" feature.
-
Declaring a local static variable inside a function.
Since 3.17
Check the following links for more detail.
参见