post_img

python多线程

摘要

一、多线程 有两种方式来创建线程:一种是继承Thread类,并重写它的run( )方法;另一种是实例化threading.Thre …