摘要:
首先来体验下什么是多线程: 如图:利用多线程同时执行sing和worker2个函数: '''多线程''' import time import threading def sing(): '''唱歌5秒钟''' for i in range(3): print(" 正在唱歌 ") time.slee 阅读全文
posted @ 2020-04-05 22:48
圆觉
阅读(19141)
评论(0)
推荐(0)
2020年4月5日