摘要: # calculate file size in KB, MB, GB def convert_bytes(size): """ Convert bytes to KB, or MB or GB :param size :return """ for x in ['bytes', 'KB', 'MB 阅读全文
posted @ 2024-06-18 23:27 ®Geovin Du Dream Park™ 阅读(6) 评论(0) 推荐(0) 编辑