得到 文件的大小
如何得到当前文件的大小呢:单位 B KB?? M
?
String size = Formatter.formatFileSize(Demo.this,123424545); Log.d("test", "size"+ size );