所以我使用下面的代码:
<object data="my.pdf" type="application/pdf" width="100%" height="800">
<p>Your web browser doesn't have a PDF plugin.
Install the missing plugin or you can <a href="my.pdf">click here to
download the PDF file.</a></p>
</object>
这在本地运行良好,但是当我上传它时,我得到的只是一个灰色屏幕(在 Chrome 中)。有没有人遇到过这个问题/解决了这个问题?