這段代碼 for (int i = 0; i < 256; i++) { if (GetAsyncKeyState(i) == -32767) { MessageBox.Show(i.ToString()); } }. 不包括功能鍵(F1、F2 等)或數字鍵盤鍵。
確定! 回上一頁