mirror of
https://github.com/jaywcjlove/reference.git
synced 2025-06-16 12:11:21 +08:00
doc: update document.
This commit is contained in:
@ -35,7 +35,7 @@ int num = 5;
|
||||
float floatNum = 5.99f;
|
||||
char letter = 'D';
|
||||
boolean bool = true;
|
||||
String site = "quickref.me";
|
||||
String site = "jaywcjlove.github.io";
|
||||
```
|
||||
|
||||
### 原始数据类型
|
||||
|
Reference in New Issue
Block a user