我尝试在 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 和其他是的,我能做什么来解决这个问题?非常感谢,最诚挚的问候
宝慕林4294392
相关分类