在使用Python 编写自动化脚本的时候,难免会需要执行一些基本的shell 命令, ... import os >>> cmd = "mkdir /tmp/tt" >>> res = os.system(cmd) ...
確定! 回上一頁