页面展示pdf文件
作者:互联网
突然想到页面怎么展示系统说明等pdf文档文件;
<html>
<head>
<title></title>
<meta charset="utf-8"/>
</head>
<body>
<div>
<p>
<div></div>
<span>
<div></div>
<!-- <embed src="./123.pdf" type="" width="1200px" height="800px"> -->
<!-- <object data="./123.pdf" type="" width="1200px" height="800px"> -->
<iframe src="./123.pdf" type="" width="1200px" height="800px"></iframe>
</span>
</p>
</div>
</body>
</html>
这三种方法都行的,数据流的后续加上.
标签:展示,--,数据流,pdf,文档文件,页面 来源: https://blog.csdn.net/qq_42264793/article/details/120788168