另外还可以通过监听 οninput 事件,对输入值进行处理。 " name="description">
一般是通过 maxlength 属性进行限制:
<input maxlength="5" />
另外还可以通过监听 οninput 事件,对输入值进行处理。
οninput