private void textBox1_KeyDown(object sender, KeyEventArgs e) { if (e.Alt) { if (e.KeyData == Keys.S) { //发送数据 } } }
111,131
社区成员
642,542
社区内容
加载中
让您成为最强悍的C#开发者
试试用AI创作助手写篇文章吧