js新手问问题。判断文本框中内容是不是数字。我写的代码错在哪里啊? a.value这么写获取不到吗?
<html><head><title>helloworld</title><scripttype="text/javascript">//判断是否是数字functionv...
<html>
<head>
<title>hello world</title>
<script type="text/javascript">
//判断是否是数字
function verfy(a){
if(isNaN(a)){
//不是一个数字
alert("非数字");
}else{
alert("数字");
}
}
</script>
</head>
<boay>
input one word:<input type="text" name="a"/><input type="button" value="ok" onclick="verfy(a.value)">
</body>
</html> 展开
<head>
<title>hello world</title>
<script type="text/javascript">
//判断是否是数字
function verfy(a){
if(isNaN(a)){
//不是一个数字
alert("非数字");
}else{
alert("数字");
}
}
</script>
</head>
<boay>
input one word:<input type="text" name="a"/><input type="button" value="ok" onclick="verfy(a.value)">
</body>
</html> 展开
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询