摘要: + (float)calculateFileSizeInUnit:(unsigned long long)contentLength{ if(contentLength >= pow(1024, 3)) return (float) (contentLength / (float... 阅读全文
posted @ 2014-11-01 17:11 ashamp 阅读(568) 评论(0) 推荐(0)