MessageBox.Show(((char)e.KeyCode).ToString());break;为什么char要加()呢?
MessageBox.Show(((char)e.KeyCode).ToString());break;
为什么char要加()呢?