asp中怎么判断是否为数字
怎么在text中获得到得value值进行判断是否数字(注意:不是在function中进行判断)...
怎么在text中获得到得value值进行判断是否数字(注意:不是在function中进行判断)
展开
2013-10-27
展开全部
JS判断是否为数字if(!isNaN(val)){
alert("是数字");
}else{
alert("不是数字");
}
ASP判断:if not IsNumeric (id) then
response.Write "参数必须为数字"
response.End
end if
alert("是数字");
}else{
alert("不是数字");
}
ASP判断:if not IsNumeric (id) then
response.Write "参数必须为数字"
response.End
end if
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
2013-10-27
展开全部
isnumeric()函数
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
JS判断是否为数字if(!isNaN(val)){
alert("是数字");
}else{
alert("不是数字");
}
ASP判断:if not IsNumeric (id) then
response.Write "参数必须为数字"
response.End
end if
根据具体问题类型,进行步骤拆解/原因原理分析/内容拓展等。
具体步骤如下:/导致这种情况的原因主要是……
本回答被网友采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询