winform如何使string插入到textbox光标所在位置winform如何使string插入到textbox光标所在位置? 例如textbox中[解决办法]直接使用: this.textBox1.SelectText = str;[解决办法]this.textBox1.SelectedText = "插入的内容 ";