我终于让我的谷歌脚本工作了。它在 Chrome 中运行良好。我正在使用 htmlservice.createHtmlOutputFromFile 并且该网站显然托管在谷歌网站上。
但是当我在 IE 中尝试页面时,我得到了
This content cannot be displayed in a frame
To help protect the security of information you enter into this website, the publisher of this content does not allow it to be displayed in a frame.
我尝试添加头部标签
meta http-equiv="X-Frame-Options" content="allow"
但这没有任何区别。是否有 javascript 技巧或 GAS 库函数我可以用来尝试让它跨浏览器工作?