首页
mac
it
登录
6mi
u
盘
搜
搜 索
it
easyui input框 输入小写自动变大写
easyui input框 输入小写自动变大写
mac
2024-05-19
27
此方法为easyUI实现方式
<
input
id
=
"createMemberCard"
name
=
"createMemberCard"
class
=
"easyui-textbox"
data-options
=
"events:{keyup:fnKeyUp}"
>
function
fnKeyUp
(
)
{
this
.
value
=
this
.
value
.
toUpperCase
(
)
;
}
转载请注明原文地址: https://mac.8miu.com/read-491773.html
最新回复
(
0
)