首页 > Web开发 > 详细

html 显示 pdf

时间:2019-09-18 16:49:55      阅读:376      评论:0      收藏:0      [点我收藏+]

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

如有问题,欢迎留言

html 显示 pdf

原文:https://www.cnblogs.com/ZbsCc/p/11543302.html

(1)
(1)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!