10
0
2
151
1
python中commands.getstatusoutput可以执行shell命令。但是涉及到目录操作时,比如pwd等需要当心。 最近有个操作...
fsize = os.path.getsize(filePath) 单位为B