摘要:
//禁止用F5键 function document.onkeydown() { if ( event.keyCode==116) { event.keyCode = 0; event.cancelBubble = true; return false; } } 阅读全文
posted @ 2016-01-29 14:36
浪月悠虫
阅读(2501)
评论(1)
推荐(0)
2016年1月29日
2015年4月23日
2015年1月9日
2014年12月15日
2014年12月8日
2014年11月20日