Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents afae241 + b5b0546 commit 42a2de8Copy full SHA for 42a2de8
Java相关/static.md
@@ -23,7 +23,7 @@
23
- 类名.静态变量名
24
- 类名.静态方法名()
25
26
-如果变量或者方法被 private 则代表该属性或者该方法只能在类的内部被访问而不能在类的外部被方法。
+如果变量或者方法被 private 则代表该属性或者该方法只能在类的内部被访问而不能在类的外部被访问。
27
28
测试方法:
29
0 commit comments