void textBox1_KeyPress(object sender, KeyPressEventArgs e) { if (e.KeyChar == (char)Keys.Enter) { button1.Focus(); } }
110,896
社区成员
642,586
社区内容
加载中
让您成为最强悍的C#开发者
试试用AI创作助手写篇文章吧