01 2012 档案

带逗号的字符串变成数组
摘要:string[] builtWay = b.builtWay.Split(','); for (int i = 0; i < builtWay.Length; i++) { foreach (Control c in Panel1.Controls) { if (c is CheckBox) { CheckBox cb = (CheckBox)c; ... 阅读全文

posted @ 2012-01-04 16:21 MyBeN 阅读(254) 评论(0) 推荐(0)

导航