设为首页 加入收藏

TOP

html 显示 pdf
2019-09-19 11:11:50 】 浏览:51
Tags: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

如有问题,欢迎留言
】【打印繁体】【投稿】【收藏】 【推荐】【举报】【评论】 【关闭】 【返回顶部
上一篇网页中插入地图 下一篇JS继承——原型链

最新文章

热门文章

Hot 文章

Python

C 语言

C++基础

大数据基础

linux编程基础

C/C++面试题目