Python 3 多线程编程 2018-05-28 本文已影响0人 wangxiaoxi 本文主要基于python 3.5实现多线程编程 1. 创建多线程 mt_1 2. 多线程间的同步,lock机制 mt_2 3. queue和多线程的结合