我可以在CSS中用某些东西代替maxlength属性吗?
<input type='text' id="phone_extension" maxlength="4" />
否。这需要在HTML中完成。如果需要,可以使用Javascript设置值。