如果type是number: maxlength失效,长度可以无限输入。可以使用JS来解决这个 ... <input type="text" maxlength="5" /> 可以限制最大输入长度。
確定! 回上一頁