嗨,當我點擊一個按鈕時,想模擬CTRL + F1按鍵。例如:我可以在javascript或jquery中模擬按鍵(CTRL + F1)嗎?
<script type="text/javascript" src="http://code.jquery.com/jquery-1.11.0.js">
function simulateKeyPress(){
}
</script>
<button class="boton3d" onclick="simulateKeyPress()">
<img src="img/phone.png">
</button>
謝謝...
您是否使用過Google? http://stackoverflow.com/questions/596481/simulate-javascript-key-events – Satpal