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.
我在这段简单的代码中遇到了麻烦:
fs.readFile('public/PDF/Booklet_nl.pdf', (err,data)=>{ if(err){ throw err } res.send(data); });
该文件可以下载,但我无法在浏览器中可视化 PDF。