利用toString()方法
var a = 5.000; var b = 0.12345; var c = 1e-3; console.log(a.toString()); //5 console.log(b.toString()); //0.12345 console.log(c.toString()); //0.001
利用加号“+”运算符
var n = 123456789; n = n + ""; console.log(typeof n); //string
javascript语法如何把json文件输出到html页面上
上面是“js数字转字符串的几种方法”的全面内容,想了解更多关于 js 内容,请继续关注web建站教程。
当前网址:https://m.ipkd.cn/webs_4839.html
声明:本站提供的所有资源部分来自互联网,如果有侵犯您的版权或其他权益,请发送到邮箱:admin@ipkd.cn,我们会在看到邮件的第一时间内为您处理!