标签: python python-2.7
我需要在Python中执行后台作业,不要等待或阻止。
如何? e.g。
os.system('my long job')
以上将阻止。我想解雇并忘记。
如何在Python中完成?
由于