foreach循环怎么理解 请详细说一下foreach(DataRow myRow in ds2.Tables[0].Rows ){aa=aa+myRow[0]+",";}[解决办法]遍历ds2.Tables[0]所有行myRow代表每一行循环中的变量名myRow[0]代表这行的第一列