顺晟科技
2022-09-15 22:26:53
49
限制输入框只能输入数字, onafterpaste防止用户从其它地方copy内容粘贴到输入框:
<input type="text" onkeyup="this.value=this.value.replace(/[^\d]/g,'')" onafterpaste="this.value=this.value.replace(/[^\d]/g,'') " value="1"/>
02
2022-12
19
2022-10
19
2022-10
16
2022-09
15
2022-09
15
2022-09