加载一个文件,使用绝对路径定位文件 String path = this.getServletContext().getRealPath("a.txt"); System.out.println(path); //加载文件,二进制 ...
確定! 回上一頁