關於Python 腳本如何執行另一個腳本,可以使用os.system()來 ... import os str=('python B.py') //python命令+ B.py p=os.system(str) print(p) //列 ...
確定! 回上一頁