TextBox回车换行的问题我想在TextBox上实现按回车键能换行的效果,我把TextBox的Multiline属性设为true,这是我的控件图:然后我在textBox4_KeyPress中写了如下代码: