js实现用户输入的小写字母自动转大写字母的方法 实例如下:<scriptlanguage="JavaScript">functiontoUpperCase(obj){obj.value=obj.value.toUpperCase()}</script 字母大小写转换