電腦為二進位系統,最小儲存單位為位元(bit),8個位元變成1個位元組(byte), byte ... #!/usr/bin/env python3 base10 = 2 ** 10 nbytes = 1 binlst = ['KB', 'MB', ...
確定! 回上一頁