Chrome 无法在 html <object> 中嵌入 pdf 文件

我尝试在 html 对象中嵌入 pdf 文件


使用 mozilla firefox 我没有遇到以下代码的问题:


<object type="application/pdf" width="100%" height="800px">

<iframe src="file.pdf" width="300" height="400"></iframe>

</object>

还有这段代码:


<object type="application/pdf" width="100%" height="800px">

<embed src="file.pdf" width="300" height="400"/>

</object>

firefox 打开文件没有任何问题,Chrome、IE 和其他是的,我能做什么来解决这个问题?非常感谢,最诚挚的问候


拉莫斯之舞
浏览 39回答 0
0回答

宝慕林4294392

以下链接如何在 HTML 中显示 pdf 文件可能会帮助您并为您提供更多描述。
打开App,查看更多内容
随时随地看视频慕课网APP

相关分类

Html5