方式1: foreach (Control c in this.Repeater1.Controls) 方式2: for (int i=0;i<this.Repeater1.Items.Count;i++) 方式3: foreach( RepeaterItem item in this.Repeater1.Items ) Trackback: http://tb.blog.csdn.net/TrackBack.aspx?PostId=477295 相关文章: 2022-01-02 2021-12-23 2022-12-23 2022-12-23 2021-06-30 2021-10-23 2021-11-04 2021-09-08