Get File size in bytes import java.io.File; public class Main { public static void main(String[] args) { File file = new File("C:/demo.txt"); long fileSize ...
確定! 回上一頁