标签:替换 info 知识 image 代码 event 技术 color col
实现效果:
关键知识:
实现代码:
private void button1_Click(object sender, EventArgs e) { if(textBox1.Text!=string.Empty){ textBox1.Text = textBox1.Text.Replace(textBox2.Text,textBox3.Text); } }
标签:替换 info 知识 image 代码 event 技术 color col
原文地址:https://www.cnblogs.com/feiyucha/p/9901728.html