Python2中支持多线程编程的模块有两个thread / threading, 但是官方已经不建议使用thread模块.Python3中取消了thread模块, 只有threading模块, 所以我们使用threading模块来学习多线程编程.