html 顯示 pdf文件四種方式: 1、 2、 3、 4、 ...
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
如有問題,歡迎留言