for count in [ 'Bytes' , 'KB' , 'MB' , 'GB' ]:. if fileSize > - 1024.0 and fileSize < 1024.0 : print "%3.1f%s" % (fileSize, count).
確定! 回上一頁