摘要:
from threading import Threaddef test1(a): while 1: print adef test2(a): a["a"] = 2if __name__ == "__main__": a = {"a": 1} t1 = Thread(target=test1, ar 阅读全文
posted @ 2021-08-27 16:43 Great-great 阅读(47) 评论(0) 推荐(0) 编辑
posted @ 2021-08-27 16:43 Great-great 阅读(47) 评论(0) 推荐(0) 编辑
Copyright © 2024 Great-great
Powered by .NET 9.0 on Kubernetes