doc: update (#111)

Co-authored-by: 小弟调调™ <kennyiseeyou@gmail.com>
This commit is contained in:
greyhao 2022-11-17 11:37:30 +08:00 committed by GitHub
parent 1bda7de8c4
commit f9461ac0c3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -160,7 +160,7 @@ abc.endsWith("wxy", abc.length - 1);
// trim、trimEnd 和 trimStart 用于去除首尾空格
" ab c ".trim(); // "ab c"
// 数字转为十六进制 (16)、八进制 (8) 或二进制 (2)
128.toString(16);
(128).toString(16);
```
### 数字