import time import threading # 创建一个互斥锁, 默认是没有上锁的 mutex = threading.Lock() def sing(): """sing function"""
確定! 回上一頁