html input標籤 要求只能輸入純數字

在input標籤添加如下代碼便可

oninput = "value=value.replace(/[^\d]/g,'')"html

<input type="text" oninput = "value=value.replace(/[^\d]/g,'')">

效果

oninput 事件

相關文章
相關標籤/搜索