« input输入框防止非数字字符输入 杰 发布于 2025-5-27 16:15 阅读:183 HTML 防止非数字字符输入 onkeyup="this.value=this.value.replace(/[^\d]/g,'')" HTML JS