多线程
摘要:线程 python的thread模块是比较底层的模块,python的threading模块是对thread做了一些包装的,可以更加方便的被使用 使用threading模块 # coding=utf-8 import threading import time def sing(): for _ in
阅读全文
posted @ 2021-03-28 22:16
posted @ 2021-03-28 22:16
posted @ 2021-03-09 17:42
posted @ 2021-03-09 17:41
posted @ 2021-03-09 10:52