利用 os.path.getsize() 获取文件大小(单位:MB)。 import os def get_FileSize(filePath): filePath = str(filePath) fsize = os.path ...
確定! 回上一頁