2020-04-02 每日一例第24天spa
1.新建對話框,拖label/textbox/button控件;blog
2.後臺代碼;後臺
textBox1.Text = textBox1.Text.Replace(textBox2.Text, textBox3.Text);im