Global Object

.toString()

2023-07-12

把数字转换为字符串。

使用

var num = 3.1415926;
console.log(num.toString()); // '3.14'