您好,当我单击按钮时,想模拟按下 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>
Run Code Online (Sandbox Code Playgroud)
谢谢...