html 显示 pdf


html 显示 pdf文件四种方式:

1、

<embed src="pdf/wobu.pdf" type="application/pdf" width="100%" height="100%">

 

2、

<iframe src="pdf/wobu.pdf" width="100%" height="100%"></iframe>

 

3、

<object data="pdf/wobu.pdf" type="application/pdf" width="100%" height="100%"></object>

 

4、

<object data="pdf/wobu.pdf" type="application/pdf" width="100%" height="100%">
  <iframe src="pdf/wobu.pdf" width="100%" height="100%" style="border: none;"></iframe>
</object>

这四种方式无需引用js,无需编写js

如有问题,欢迎留言


免责声明!

本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱yoyou2525@163.com删除。



 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM