标签:
var text = $("#iptNum").val(); if(isNaN(text)){ alert("不是数字"); } else{ alert("是数字"); }
js 数字
原文地址:http://www.cnblogs.com/flywing/p/4188068.html