目录1多线程实现多任务1.1什么是线程?1.2一个程序实现多任务的方法1.3多线程的创建方式1.3.1创建threading.Thread对象1.3.2继承threading.Thread,并重...