怎么判断一个参数是不是数字 js判断一个参数是不是数字的方法:isNaN() 不是一个数字 is not a numberif(isNaN(a)){alert("a不是数字")}else{alert("a是数字")原理:一、利用2023-02-20JavaScript230