寒假第十六天

xscya / 2024-02-25 / 原文

2、数值型转换为字符串型

在JavaScript中,将数值型数据(整型或浮点型)转换为字符串,都是使用toString()方法。

语法:

1

.toString()