Python使用面向对象方式创建线程实现12306售票系统
目前python 提供了几种多线程实现方式 thread,threading,multithreading ,其中thread模块比较底层,而threading模块是对thread做了一些包装,可以更加方便的被使用
下载地址
用户评论