我遇到的大致有几种做法: https://m.imooc.com/wenda/detail/343525 1、将PDF转为图片显示在HTML中。链接:https://pdf2jpg.net/ 2、使用HTML标签: (1)、 <embed width="800" height="600" src="test_pdf.pdf"></embed> (2)、<object classid="clsid:CA8A9780-280D-11CF-A24D-444553540000" width="800" height="600" border="0"><param name="src" value="test_pdf.pdf"> </object> (3)、<iframe src="test_pdf.pdf" width="800" height="600"></iframe> 3、将PDF转为swf,然后网页直接显示flash就行了,请自行搜索: pdf2swf