🌈 搜索
📅  最后修改于: 2022-03-11 14:48:56.860000             🧑  作者: Mango
foreach(Control c in List) { if (c is TextBox) { ((TextBox)c).Text = "This should be the new text"; } }