404

抱歉,没有你要找的内容...

document.onkeydown = function (event) { if (event.keyCode == 123) { // F12键的键码 return false; } }