使用css使textbox输入内容自动变大写时间:2023-11-17 17:23:26 <style type="text/css"> input[type="text"] { text-transform:uppercase; } </style>