!57 docs: 移除废弃的字面量后缀 i、d

Merge pull request !57 from zhangxun/bugfix/abandoned-numerical-suffixes
This commit is contained in:
zhangxun 2025-08-04 07:56:50 +00:00 committed by Gitee
commit 6c5bafb3e9
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -57,10 +57,8 @@ bool 类型:
|---------|----| |---------|----|
| b、B | 7b | | b、B | 7b |
| s、S | 7s | | s、S | 7s |
| i、I | 7i |
| l、L | 7l | | l、L | 7l |
| f、F | 7f | | f、F | 7f |
| d、D | 7d |
### 变量 ### 变量