文本框小写变大写控制

方法1如:<input type="text" onKeyUp="this.value=this.value.toUpperCase();">

方法2如:<input style="text-transform: uppercase">

原文地址:https://www.cnblogs.com/pingkeke/p/905052.html