2012年10月26日 星期五

[python] 外部指令

python需引用外部指令時,可用以下程式碼

import commands

command_git='cd %s; git log' %(codebase)
log=commands.getoutput(command_git)

沒有留言:

張貼留言