我试过这个iFrame来显示Word文件:
<!DOCTYPE html>
<html>
<head>
<style>
.doc {
width: 100%;
height: 700px;
}
</style>
</head>
<body>
<iframe class="doc" src="https://docs.google.com/gview?url=http://writing.engr.psu.edu/workbooks/formal_report_template.doc&embedded=true"></iframe>
</body>
</html>
这适用于文件在线。
如何处理 localhost 中的文件?
答案 0 :(得分:1)
你不能这样做。
您需要将其托管在Google Docs的某处,以便从中加载。