//wp7回车获取 if (e.Key == Key.Enter) { MessageBox.Show("ok,回车enter"); } //*/ /* if (e.PlatformKeyCode == 13) { MessageBox.Show("ok,回车13"); } //*/ 相关文章: 2022-12-23 2021-12-17 2021-07-20 2021-06-20 2022-02-09 2021-10-29 2022-12-23