This commit is contained in:
罗祥
2019-05-10 14:23:33 +08:00
parent 1a20819736
commit 380c25d3a0
3 changed files with 17 additions and 27 deletions

View File

@ -75,6 +75,8 @@ object Person {
}
```
<br/>
## 二、类
### 2.1 成员变量可见性
@ -246,7 +248,7 @@ class Person() {
}
```
<br/>
## 三、对象
@ -398,7 +400,7 @@ true
6:PINK
```
<br/>
## 参考资料