比如 我声明了 10个textbox 名字分别为  txt1,txt2.....txt10   这样的我想实现的效果 是 for(int i=1;i<=10;i++)
{
   (txt + i.tostring()).Text=i.tostring();
}有这样的 方法吗?   我想动态调用