JavaScript中如何将控件范围从0到99改为0到9999if (isNaN(num)) {alert("请输入一个大于0的数字!")return} else if (num <1) {alert("请输入一个大于0的数字!")return}el2023-04-21JavaScript380