parseInt语法:parseInt(string, radix);其中string为要转换的字符串,radix为二进制,八进制,十六进制或十进制。希望可以帮到你。望采纳
parseInt(key,10) key表示你要转换的值,10表示10进制
int32.parse('123');