日期:2014-05-16 浏览次数:20373 次
?
//onKeyDown事件
function forbid() {
? ? ?if(event.keyCode == 8) {
event.keyCode=0; ? ??
event.returnValue=false;
}