我在谷歌的脚本不起作用

时间:2012-11-13 12:39:09

标签: google-apps-script

我正在尝试学习如何在谷歌中编写脚本。我在Google云端硬盘中编写了以下脚本:

 function doGet() {
 return HtmlService.createHtmlOutput(
 "<form action='http://www.google.com' method='get' id='foo'></form>" + 
 "<script>document.getElementById('foo').submit();</script>");

 }

当我跑步时,什么也没出现! 有人能帮助我吗?

0 个答案:

没有答案
相关问题