javascript 判断 字符串是否可转化为Float型不需要判断字符串,直接转就ok。列:var t='asdfdsfsdaf' t=parseFloat(t) if(isNaN(t) ) { 不能转换 } else 2023-02-18JavaScript360