01
JavaScript
1966 阅读JavaScript验证value值是否是数字
方法1:使用js自带的全局函数isNaN() function btn(){ var a=document.getElementById('num1').value...
0 评论