摘要: import threadpool,os #threadpool需要pip安装def foo(i): print("son process %d %s"%(i,os.getpid())) return idef back(req,a): #俩个参数,一个是运行函数foo的返回值,还有输入一个requ 阅读全文
posted @ 2018-08-28 23:07 云朵路过你的城南 阅读(334) 评论(0) 推荐(0)