日期:2014-05-17 浏览次数:21288 次
foreach (var each in this.listBox1.Items) { foreach (var eac in this.listBox2.Items) { if(each.ToString()!=eac.ToString()) this.listBox3.Items.Add(eac.ToString()); } }