js将字符串转换成数字 js字符串转number 在js当中,如何将数字转化成字符串型,谢谢?string类的toString方法用于将JS数字转换为字符串。例如:VAR I=10var s=I.tostring()a... 2021-03-13 2546次浏览