1、限制input最大长度<input type="text" maxlength="5" /> //可以<input type=&quo. ... <input type="number" οninput="if(value.length>5) ...
確定! 回上一頁