parseInt() 进行转换成型
test=parseInt() 数字转换 ※括号内只可添加字符串※
test=parseFloat() 转换成浮点型
test=String() 转换成字符串
test=Boolean() 转换成布尔型
test=Number() 转换成数字型