public static File getFileByPath(String filePath) { return StringUtils.isSpace(filePath) ? null : new File(filePath);
確定! 回上一頁