doc: update document.

This commit is contained in:
jaywcjlove
2022-11-22 22:47:47 +08:00
parent 14767b02da
commit 7feb28b239
6 changed files with 13 additions and 13 deletions

View File

@ -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";
```
### 原始数据类型