string[] app = dgvSelectBillList[13, e.RowIndex].Value.ToString().Split(','); for (int i = 0; i < app.Length; i++) { string a; a = app[i]; flowAccount.lbxAppCus.Items.Add(a); } 相关文章: