亚洲精品久久久中文字幕-亚洲精品久久片久久-亚洲精品久久青草-亚洲精品久久婷婷爱久久婷婷-亚洲精品久久午夜香蕉

您的位置:首頁技術文章
文章詳情頁

Python字節單位轉換(將字節轉換為K M G T)

瀏覽:36日期:2022-06-26 16:03:13

def bytes_to_human(n): symbols = (’K’,’M’,’G’,’T’,’P’,’E’,’Z’,’Y’) prefix = {} for i,s in enumerate(symbols): prefix[s] = 1 << (i + 1) * 10 for s in reversed(symbols): if n >= prefix[s]: value = float(n) / prefix[s] return ’%.1f%s’ % (value,s) return ’%sB’ % npython編寫的儲存單位轉換代碼(以字節(B)為單位)

def bytes(bytes): if bytes < 1024: #比特 bytes = str(round(bytes, 2)) + ’ B’ #字節 elif bytes >= 1024 and bytes < 1024 * 1024: bytes = str(round(bytes / 1024, 2)) + ’ KB’ #千字節 elif bytes >= 1024 * 1024 and bytes < 1024 * 1024 * 1024: bytes = str(round(bytes / 1024 / 1024, 2)) + ’ MB’ #兆字節 elif bytes >= 1024 * 1024 * 1024 and bytes < 1024 * 1024 * 1024 * 1024: bytes = str(round(bytes / 1024 / 1024 / 1024, 2)) + ’ GB’ #千兆字節 elif bytes >= 1024 * 1024 * 1024 * 1024 and bytes < 1024 * 1024 * 1024 * 1024 * 1024: bytes = str(round(bytes / 1024 / 1024 / 1024 / 1024, 2)) + ’ TB’ #太字節 elif bytes >= 1024 * 1024 * 1024 * 1024 * 1024 and bytes < 1024 * 1024 * 1024 * 1024 * 1024 * 1024: bytes = str(round(bytes / 1024 / 1024 / 1024 / 1024 / 1024, 2)) + ’ PB’ #拍字節 elif bytes >= 1024 * 1024 * 1024 * 1024 * 1024 * 1024 and bytes < 1024 * 1024 * 1024 * 1024 * 1024 * 1024 * 1024: bytes = str(round(bytes / 1024 / 1024 / 1024 / 1024 / 1024 /1024, 2)) + ’ EB’ #艾字節 return bytes if __name__ == ’__main__’: print(’0:’ + bytes(0)) print(’1:’ + bytes(1)) print(’2:’ + bytes(10)) print(’3:’ + bytes(100)) print(’4:’ + bytes(1000)) print(’5:’ + bytes(10000)) print(’6:’ + bytes(100000)) print(’7:’ + bytes(1000000)) print(’8:’ + bytes(10000000)) print(’9:’ + bytes(100000000)) print(’10:’ + bytes(1000000000)) print(’11:’ + bytes(10000000000)) print(’12:’ + bytes(100000000000)) print(’13:’ + bytes(1000000000000)) print(’14:’ + bytes(10000000000000)) print(’15:’ + bytes(100000000000000)) print(’16:’ + bytes(1000000000000000)) print(’17:’ + bytes(10000000000000000)) print(’18:’ + bytes(100000000000000000)) print(’19:’ + bytes(1000000000000000000)) print(’20:’ + bytes(10000000000000000000)) print(’20:’ + bytes(100000000000000000000)) print(’20:’ + bytes(1000000000000000000000))

測試:

'D:Program FilesPythonPython36python.exe' C:/Users/Jochen/PycharmProjects/mysite/bytes.py0:0 B1:1 B2:10 B3:100 B4:1000 B5:9.77 KB6:97.66 KB7:976.56 KB8:9.54 MB9:95.37 MB10:953.67 MB11:9.31 GB12:93.13 GB13:931.32 GB14:9.09 TB15:90.95 TB16:909.49 TB17:8.88 PB18:88.82 PB19:888.18 PB20:8.67 EB20:86.74 EB20:867.36 EB

Process finished with exit code 0

到此這篇關于Python字節單位轉換(將字節轉換為K M G T)的文章就介紹到這了,更多相關Python字節單位轉換內容請搜索好吧啦網以前的文章或繼續瀏覽下面的相關文章希望大家以后多多支持好吧啦網!

標簽: Python 編程
相關文章:
主站蜘蛛池模板: 在线免费观看视频黄 | 国产逼 | 热99re久久精品这里都是免费 | 日本一区二区三区高清福利视频 | 天天操夜夜爱 | 亚洲 欧美 91 | 一级做a爰片久久毛片唾 | 露脸超嫩97后在线播放 | jizzjizz黄大片| 国产福利一区二区在线观看 | mimiai网址| 国产欧美日韩在线观看一区二区三区 | 好男人在线影院www 好看的一级毛片 | 免费观看在线永久免费xx视频 | 国产精品美女免费视频大全 | 黄色黄色一级片 | 欧美黄色网址大全 | 13一14周岁毛片免费 | 日本色图在线 | 一级毛片免费在线观看网站 | 一本色道久久综合狠狠躁篇 | 欧美一级性视频 | 日韩精品无码一区二区三区 | 欧美成人免费观看 | 成人爱爱爱欧美日本视频 | 国产亚洲一区二区精品 | 青草视频在线免费 | 992tv国产精品福利在线 | 日本精品久久久久中文字幕 1 | 国产精品亚洲一区二区三区在线观看 | 亚洲毛片在线免费观看 | 国内精品一区二区三区最新 | 国产2021成人精品 | 日韩国产| 国产日韩欧美中文 | 色在线视频 | 91精品一区二区三区在线 | 国产亚洲精品久久yy5099 | 欧美一级做一级做片性十三 | 国产短视频精品一区二区三区 | 91视频青青 |