python調用CMD命令行

在Python裏面常常須要調用CMD命令行,可使用os.system模塊。web import os os.system("pause") # 暫停 os.system("ipconfig") # 查詢ip os.ysytem("d:\test.bat") # 指定路徑調用bat批處理 總之,在cmd命令行的shell命令,在os.system中均可以實現哦!shell
相關文章
相關標籤/搜索