2017-03-06 26 views

回答

0

在Python可以運行外殼命令是這樣的:

from subprocess import call 
call(["ls", "-l"]) 
相關問題