相关疑难解决方法(0)

链接到Google Apps脚本中的其他HTML页面

从ScriptDbConsole.html链接到legend.html时,我收到以下错误消息:

抱歉,您请求的文件不存在.请检查地址并再试一次.

这通常适用于正常环境,但我猜这里不行.它位于script.google.com中.

在script.google.com项目中创建一个新的.html文件时,它会在与其他文件相同的位置创建它,所以这段代码实际上应该正常工作吗?如何从ScriptDbConsole.html打开legend.html?

<a href='legend.html' target='_blank'>Open in new window</a>
Run Code Online (Sandbox Code Playgroud)

html web-applications google-apps-script google-apps-script-web-application

19
推荐指数
2
解决办法
2万
查看次数