CODE1:
<iframe id="frame" src="document.pdf"></iframe>
CODE2:
<embed id="frame" src="document.pdf"></embed >
CODE3:
<object data="document.pdf" type="application/pdf"></object>
我已使用上述代码以HTML格式加载PDF文件。它在Chrome浏览器中正常运行,但在Firefox和IE中无法运行。