摘要: private void button2_Click(object sender, EventArgs e) { foreach (Control cur in Controls) { if (cur is TextBox ) { string name = cur.Name; cur.Text = 阅读全文
posted @ 2021-02-27 00:03 杨咩咩plus 阅读(269) 评论(0) 推荐(0)