當我們使用類型number的input輸入框的時候,我們可能需要限制輸入的位數, ... <input type="number" onKeyDown="if(this.value.length==2) return ...
確定! 回上一頁