摘要: 查看文件大小 # -*- coding: utf-8 -*- import os import sys def convert_bytes(num): for x in ['bytes', 'KB', 'MB', 'GB', 'TB']: if sys.platform.startswith('da 阅读全文
posted @ 2023-04-21 10:25 QYGQH 阅读(25) 评论(0) 推荐(0) 编辑