2011年01月26日 星期三 20:17
如何在python程序中执行linux shell 命令
比如:
cp -ai file1 dir1
怎么在python程序中执行?
给个示例
2011年01月26日 星期三 22:58
import os
os.system(‘命令')
2011年01月31日 星期一 18:11
python 在上一个 os.system执行完前是不会执行下一人 os.system的.
除非你加了 &
Zeuux © 2024
京ICP备05028076号