JavaScript Code is given below. <script> document.addEventListener("keydown", function(){ var x=event.keyCode || event.which; if(x ...
確定! 回上一頁