如果字符够了删除键 不能被屏蔽
This commit is contained in:
parent
66ea9e3052
commit
93542448e2
|
@ -14,7 +14,7 @@
|
|||
n += 1;
|
||||
}
|
||||
}
|
||||
if(n >= 160)
|
||||
if(n >= 160 && event.keyCode != 8)
|
||||
event.returnValue = false;
|
||||
}
|
||||
})
|
||||
|
|
Loading…
Reference in New Issue