Returns the file size in MB, KB or B rounded to two decimal places. File file = new File(path); long fileSize = file.length(); float kfileSize = fileSize ...
確定! 回上一頁