2015年7月14日

Python 之字节转换

摘要: 1 # coding: utf-8 2 3 def bytes2human(n): 4 """ 5 >>> bytes2human(10000) 6 9K 7 >>> bytes2human(100001221) 8 95M 9 """10 ... 阅读全文

posted @ 2015-07-14 15:04 刘[小]倩 阅读(814) 评论(0) 推荐(0) 编辑

导航