python线程的几种创建方式详解 Python3线程中常用的两个模块为:_threadthreading(推荐使用)使用Thread类创建importthreadingfromtimeimp 创建方式