<input name="t1" type="text" style="text-transform:uppercase;" />
text-transform 有四个可选:
none 默认值。无转换发生
capitalize 将每个单词的第一个字母转换成大写,其余无转换发生
uppercase 转换成大写
lowercase 转换成小写
text-transform 有四个可选:
none 默认值。无转换发生
capitalize 将每个单词的第一个字母转换成大写,其余无转换发生
uppercase 转换成大写
lowercase 转换成小写