我可以在css中指定maxlength吗? [英] Can I specify maxlength in css?

查看:117
本文介绍了我可以在css中指定maxlength吗?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我可以用CSS中的某个东西替换maxlength属性吗?

Can I replace the maxlength attribute with something in CSS?

<input type='text' id="phone_extension" maxlength="4" />


推荐答案

否。这需要在HTML中完成。如果你需要,你可以用Javascript设置值。

No. This needs to be done in the HTML. You could set the value with Javascript if you need to though.

这篇关于我可以在css中指定maxlength吗?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆