就是两个不相关的线程/进程同时运行,方法越简洁越好,请提供一下代码
就直接创建两个线程 自己跑被。。。thread1 = Thread(target=xxx)thread1.start()thread2 = Thread(target=xxx)thread2.start()