解决方法有两种: 1、Control.CheckForIllegalCrossThreadCalls = false 2、用委托解决线程安全问题 转载于:https://www.cnblogs.com/iack/p/3537434.html