HTML 只能输入数字

<input id="year3" class="wid50" onkeyup="    if (this.value.length == 1) { this.value = this.value.replace(/[^1-9]/g, '') } else { this.value = this.value.replace(/D/g, '') }" type="text" />

原文地址:https://www.cnblogs.com/lhlong/p/5826440.html