Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 42a2de8

Browse files
Merge pull request Snailclimb#107 from geyingauv/master
Fix:方法->访问
2 parents afae241 + b5b0546 commit 42a2de8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎Java相关/static.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
- 类名.静态变量名
2424
- 类名.静态方法名()
2525

26-
如果变量或者方法被 private 则代表该属性或者该方法只能在类的内部被访问而不能在类的外部被方法
26+
如果变量或者方法被 private 则代表该属性或者该方法只能在类的内部被访问而不能在类的外部被访问
2727

2828
测试方法:
2929

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /