KeyDown 事件: private void Form1_KeyDown(object sender, KeyEventArgs e) { Keys key = e.KeyCode; if (e.Control!=true)//如果沒按Ctrl鍵 return;
確定! 回上一頁