猿问
请问在python 中os.system()的用法?
python 中os.system()的用法?
白衣染霜花
浏览 359
回答 5
5回答
慕桂英546537
os.system调用程序放到后台,终止时kill掉它。如在linux下:os.system("my_program &")os.system("pkill my_program")
0
0
0
随时随地看视频
慕课网APP
相关分类
Python
我要回答