work note
2012年10月26日 星期五
[python] 外部指令
python需引用外部指令時,可用以下程式碼
import commands command_git='cd %s; git log' %(codebase) log=commands.getoutput(command_git)
沒有留言:
張貼留言
較新的文章
較舊的文章
首頁
訂閱:
張貼留言 (Atom)
沒有留言:
張貼留言