// ‘+ "42"‘ --》 + 加上数字字符串可转换成数值 console.log(typeof (+ "42")); // 输出为 number
Posted chenjie_n
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了JS 字符串转换为number相关的知识,希望对你有一定的参考价值。
// ‘+ "42"‘ --》 + 加上数字字符串可转换成数值 console.log(typeof (+ "42")); // 输出为 number
以上是关于JS 字符串转换为number的主要内容,如果未能解决你的问题,请参考以下文章