集合遍历:for VS foreach

假设咱们拥有下面的集合   1             System.Collections.ArrayList list  =   new  System.Collections.ArrayList(); 2             list.Add( 1 ); 3             list.Add( 12 ); 4             list.Add( 3 ); 5       
相关文章
相关标签/搜索