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.
我正在创建一个 Web 应用程序,用户可以在其中使用浏览器执行word/excel/pdf文件。
word/excel/pdf
我曾经scandir()显示文件夹的文件列表。现在,当用户单击链接时,即文件名(.doc、.xls、.pdf 等),该文件应使用相应的应用程序打开。
scandir()
该文件不应在浏览器中打开。它应该与相应的应用程序正常打开。
我怎样才能做到这一点?
如果我能得到任何指导,我将不胜感激。
谢谢