public FileDirectory(String dir) throws DirectoryException, UnsupportedEncodingException { this(new File(URLDecoder.decode(dir, "UTF-8")));
確定! 回上一頁