在我看来,我正在尝试访问PDF并将其显示在。 以下作品:
<div>
<object width="1000" height="1000" type="application/pdf"
data="2013001234_I_1234567897EIGHTRSO07.PDF" id="pdf_content"></object>
</div>
但以下情况并非如此:
<div>
<object width="1000" height="1000" type="application/pdf"
data="\\10.1.2.3\f$\Sten\2013001234_I_1234567897EIGHTRSO07.PDF" id="pdf_content"></object>
</div>
所以在其他方面,如果它在网络上,我不能让它显示。但它的文件是本地的,它工作正常。要让文件显示PDF,我需要做什么?