How can I replace os.system output with replace method?

后端 未结 0 1803
面向向阳花
面向向阳花 2021-01-11 15:40
def folderFinder():
   import os
   os.chdir("C:\\\\")
   command = "dir *.docx /s | findstr Directory"
   os.system(command).replace("Direc         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题