如題。。。。。
2 回答

守著一只汪
TA貢獻(xiàn)1872條經(jīng)驗(yàn) 獲得超4個(gè)贊
foreach (var item in this.Form.Controls)
{
if (item is DropDownList)
{
}
}
- 2 回答
- 0 關(guān)注
- 575 瀏覽
添加回答
舉報(bào)
0/150
提交
取消