且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

由于Google将“X-Frame-Options”设置为“SAMEORIGIN”

更新时间:2021-09-09 21:56:49

我发现让Google文档查看器处理iframe的唯一方法是:

The only way I've found to get the Google Docs Viewer to work in an iframe is:

<iframe src="https://docs.google.com/viewer?srcid=[YOUR_FILE'S_ID_HERE]&pid=explorer&efh=false&a=v&chrome=false&embedded=true" width="800" height="600" style="border: none;"></iframe>