Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
您好,感谢您花时间回答我的问题。
我有一个 PDF 文件,可以在项目的一个文件夹中找到。我需要将 PDF 加载到文件类型中。我怎样才能做到这一点?我们正在接受Java。
包中存在File类java.io。用法类似于:
File
java.io
File pdf = new File("full_pdf_filename");
在这里查看课程的完整文档File。