浏览器展示pdf文件,不用插件
<object data="pdf的地址" type="application/pdf" width="100%" height="100%">
<iframe src="pdf的地址" width="100%" height="100%">
This browser does not support PDFs.
</iframe>
</object>
ps:默认会显示工具栏
若要隐藏工具栏,则在pdf地址后添加 #toolbar=0