os.system('ssh user@host " ksh .profile; cd dir; find . -type f |wc -l"') 該命令的輸出是14549 0 為什麼輸出為零? 有什麼辦法將輸出儲存在變數或列表中?
確定! 回上一頁