240 发简信
IP属地:内蒙古
  • commands.getstatusoutput 目录 找不到文件

    python中commands.getstatusoutput可以执行shell命令。但是涉及到目录操作时,比如pwd等需要当心。 最近有个操作发现,cd到某个路径下,想要解...

  • python获取文件大小

    fsize = os.path.getsize(filePath) 单位为B