如何在C#中接受ENTER指令怎么在C#中接收到回车的指令,直接进行操作啊![解决办法]private void rtbSend_KeyDown(object sender, KeyEventArgs e) { if (e.KeyValue == 13) { //加入内容 } }