js怎么判断字符串是否为全数字js验证是否为数字,最简单的方法:1.isNaN函数的使用:function checknum() {if (isNaN(frm.num.value)) {alert("请输入数字")frm.num.focus()2023-03-14JavaScript140