html文本框转换大小写

<input name="t1" type="text" style="text-transform:uppercase;" />
text-transform 有四个可选:

none 默认值。无转换发生
capitalize 将每个单词的第一个字母转换成大写,其余无转换发生
uppercase 转换成大写
lowercase 转换成小写

 

宝贝网址:

原文地址:https://www.cnblogs.com/W203654/p/2492213.html