This commit is contained in:
2023-03-03 22:25:33 +08:00
parent e0c1ea4129
commit f2a40a910e
3 changed files with 101 additions and 3 deletions
+1 -1
View File
@@ -66,7 +66,7 @@ Math.abs(-2.1) returns 2.1
```
### 1.3. The random Method
`Math.random();` 函数生成一个0~1之间的double类型的数,包含0,但是不包含1。
## 2. 字符类型