在JS中如何把字符串转成数字在js里面 用parseInt就行var num1 = parseInt("1")var num2 = Number("2")或者也有 parseFloat()parseDouble()js提供了2023-04-18JavaScript240