我遇到的大致有幾種做法: 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