我遇到的大致有几种做法: 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 class> (3)、<iframe src="test_pdf.pdf" width="800" height="600"></iframe> 3、将PDF转为swf,然后网页直接显示flash就行了,请自行搜索: pdf2swf