在附加到我的Google文档的脚本中,我有以下代码:
function doGet(e) {
return HtmlService.createHtmlOutput(
"<form action='http://www.google.com' method='get' id='foo'></form>" +
"<script>document.getElementById('foo').submit();</script>");
}
我在this堆栈溢出后找到的代码与我尝试做的相同。我需要做的就是让google doc重定向到另一个网页,但是这段代码似乎什么也没有做,并且没有错误可以追溯到源代码。我想念什么?谷歌文档不再能做这件事吗?