Missing radix parameter 出现以上错误,需要把函数的参数写完整, 比如: parseInt(variable, 10); 如果后面的10不写的话,就会报错 转载于:https://www.cnblogs.com/hellolol/p/10510813.html