Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我的网站上有一个文本字段,我不想限制我的用户写超过 2 个字母。
<label>Text</label> <input type='text' id='changeText' name='changeText'>
<input type='text' id='changeText' name='changeText' maxlength="2">
使用最大长度属性