1. 程式人生 > >input限制只能輸入數字的辦法

input限制只能輸入數字的辦法

輸入 ext NPU nbsp pre style class 只能輸入數字 name

<body>
    只能輸入純數字的輸入框:<input type="text" name="" oninput="value=value.replace(/[^\d]/g,‘‘)">
</body>

input限制只能輸入數字的辦法