如何用JS 编写一个 当用户输入字母时 将小写自动转成大..._百度知道
最佳答案: onload=function(){ document.getElementById("txt1").oninput=function(){ this.value=this.value.toUpperCase(); alert(this.value); }; ...更多关于antd的Input组件输入时如何小写字母自动转大写字母的问题>>
如何在用户在文本框内输入字母时,自动转成大写?_百度知道
最佳答案: java:tf.addTextListener (new TextListener(){ @Override public void textValueChanged ( TextEvent e ) { tf.setText (tf.getText ().toUpperCase...更多关于antd的Input组件输入时如何小写字母自动转大写字母的问题>>