摘要: 我定义个 List<Student> stuList = new List<Student>(); 然后绑定 this.combobox1.ItemsSource =stuList; 我更新了一下stuList,然后再次绑定,这里就有异常了。 我想第二次更新了stuList后,让Combobox也更 阅读全文
posted @ 2021-11-09 10:57 博客萌新 阅读(2386) 评论(1) 推荐(0) 编辑