I have a simple html program. It has a link, targeted to a pdf file. Please see the program here filename : invoice.html
<a href="file://C:/invoice.pdf" target="_blank">My invoice</a>
在此,当我点击该链接时,pdf文档将开放。 工作良好。
Then I called the same file from my localhost wamp server. http://localhost/invoice.html.
...... 我从我的当地幽灵那里讲同样的方案,我的联系不是发挥作用!
你们可以解释一下,为什么它不发挥作用,或者我如何能够启动这一联系。 是否在阿帕奇服务器或营地中有任何选择?