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 阅读(200) 评论(0) 推荐(0)
浙公网安备 33010602011771号