摘要: 代码创建进程 1.鼠标直接点接一个应用图标 2.代码创建 第一种 from multiprocessing import Process import time def f(name): print('%s is runing' % name) time.sleep(3) print('%s is 阅读全文
posted @ 2022-04-19 21:09 末笙 阅读(38) 评论(0) 推荐(0)