if (isNaN(parseInt(x))) {

alert("非数字");

else{

alert("数字");

}

相关文章: