缺少HTML iFrame PDF工具栏

缺少HTML iFrame PDF工具栏,html,internet-explorer,iframe,Html,Internet Explorer,Iframe,iframe pdf工具栏在IE中缺失,在chrome和Firefox中运行良好 HTML: 您的浏览器不支持iFrame <!DOCTYPE html> <html> <body> <iframe src="http://www.tutorialspoint.com/angularjs/angularjs_tutorial.pdf" width="800px" height="900px"> <p>Your browser

iframe pdf工具栏在IE中缺失,在chrome和Firefox中运行良好

HTML:


您的浏览器不支持iFrame

<!DOCTYPE html>
<html>
<body>

<iframe src="http://www.tutorialspoint.com/angularjs/angularjs_tutorial.pdf" width="800px" height="900px">
  <p>Your browser does not support iframes.</p>
</iframe>

</body>
</html>