会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
大橙!!
密码长度为6-10的判断
<input type="text" value="" id="mm"/>
document.getElementById("mm").onblur=function(){
if(mm.value.length>=6&&mm.value.length<=10){
this.style.backgroundColor="green";
}
else{
this.style.backgroundColor="red";
}
};
posted on
2019-07-25 11:29
大橙!!
阅读(
255
) 评论(
0
)
编辑
收藏
举报
刷新页面
返回顶部
导航
博客园
首页
新随笔
联系
订阅
管理
公告