-2
我怎樣才能使一個功能,當我按下例如我的鍵盤上的「A」鍵它推下併發送信號爲nupp('/ TS')。同樣在「A」鍵上,它應該發送信號給nupp('/ TS')。javascript鍵盤功能
<html>
<head>
<script src=\"https://code.jquery.com/jquery-2.2.4.min.js\"></script>
<script> client.println("function nupp(url){ $.ajax(url); }"</script>
<button type=\"button\" onclick=\"nupp('/TS');\">On</button>
</head>
<body>
嘗試'onkeyup'和'onkeydown' [使用addKeyListener綁定鑰匙的Javascript]的 – Nope
可能的複製(http://stackoverflow.com/questions/37336753 /使用-addkeylistener到綁定密鑰的JavaScript) –