问题:F5能屏蔽掉吗?

如题
---------------------------------------------------------------

1<script>   
2document.onkeydown=hid;   
3function hid(){   
4if(event.keyCode==116){   
5event.keyCode=0;   
6event.returnValue=false;   
7}   
8</script>
Published At
Categories with Web编程
comments powered by Disqus