日期:2014-05-17 浏览次数:20849 次
string text = "ACBC2351<>?.ss"; Keys[] keysList = ???;
string text = "ACBC2351<>?.ss"; Keys[] keysList = new Keys[text.Length]; int i = 0; foreach (char c in text) { keysList[i] = (Keys)c; i++; }