日期:2014-05-17 浏览次数:21054 次
for(int i=0;i<9;i++) { TextBox tb=this.Controls.Find("TextBox"+i) as TextBox ; if(tb !=null) tb.Text=i; }