我试图从本地磁盘打开一个 PDF 文件。
例如位置是:
E:/files/IT/cat1/cat1Notification.pdf
但在运行时链接更改为:
http://localhost:8080/Office_Automation/E:/files/IT/cat1/cat1Notification.pdf
如何摆脱http://localhost:8080/Office_Automation/
链接并打开文件?
我用过
<a href="<%=path%>">click here</a>