有时候后台传递给前台的数据是字符串,但是你又要进行累加计算之类的,所有要用到字符转数字。下面介绍方法:

方法1:

var str="66"
Number( "55 ") 55
Number( str) 56
分类: 前端