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