目录一、threading模块基本用法1.1 threading.Thread类1.2 用法1:通过threading.Threphpad定义子线程活动1.3 用法2:通过子类重载run方法定义子线程活动二、threading模块其他方法2.1 共享访问控制 - threading.Loc