键值转换song2010年10月1日ASP.NET int i = (int)Keys.F1; //112 MessageBox.Show(Enum.GetName(typeof(Keys), i)); //F1