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”文件的下载:
context.getResponse().addHeader("content-disposition", "attachment; filename="+level2 + ".pdf");
所以我只能设置文件名(在我的例子中是level2)。但我需要设置文件的完整路径。我怎样才能做到这一点?谢谢你。