1
0
Fork 0
Obsidian 管理的个人笔记仓库
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

1 line
197 B

- `12.toString()` 会报错,这是因为 JavaScript 允许 Number 省略小数点前或者后,`12.toString()` 中的 `12.` 会被当作省略了小数点后的整体,如果想要这一句zhen