0

我正在尝试在浏览器中打开 pdf 文件,但不在 mozilla 中打开。但是在 google chrome 和 IE 中打开了相同的文件。我正在使用以下代码在浏览器中执行 pdf 文件。

<embed src="admin/images/pdf_file/<?php echo $scheme_desc; ?>#toolbar=0&navpanes=0&scrollbar=1" width="100%" height="450"></embed>
4

1 回答 1

0

这个代码:

<object type="MIME type of your file" data="your file here" width="100%" height="450"></object>
于 2012-05-18T11:53:52.557 回答