发布于2023年10月17日 由txlc# threading timer 无法访问已经释放的对象 代码: if(this.IsHandleCreated) { this.BeginInvoke(new EventHandler(delegate{ // 代码 ListView2.Items.Clear(); })) }