返回顶部

2019年6月18日

python 学习_第四模块 并发编程(多线程)

摘要: python 学习_第四模块 并发编程(多线程) 一 开启线程方式 from threading import Thread import time def say(name): time.sleep(2) print("%s hello"%name) if __name__ =="__main__ 阅读全文

posted @ 2019-06-18 11:36 augustyang 阅读(195) 评论(0) 推荐(0) 编辑

导航