Warning: file_get_contents(/data/phpspider/zhask/data//catemap/6/google-chrome/4.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Google chrome Google库(mootools)不使用Google脚本web应用程序_Google Chrome_Mootools_Google Apps Script_Google Ajax Libraries - Fatal编程技术网

Google chrome Google库(mootools)不使用Google脚本web应用程序

Google chrome Google库(mootools)不使用Google脚本web应用程序,google-chrome,mootools,google-apps-script,google-ajax-libraries,Google Chrome,Mootools,Google Apps Script,Google Ajax Libraries,我有一个简单的谷歌脚本项目。代码是: function doGet() { return HtmlService.createHtmlOutputFromFile('main'); } 还有main.html(我遇到的问题): 发布和测试脚本时,JavaScript控制台中出现以下错误: 无法读取未定义的3953020933-maestro\u htmlapp\u bin\u maestro\u htmlapp.js:54的属性“prototype\u v\uuuuuuuuuuuuuu

我有一个简单的谷歌脚本项目。代码是:

function doGet() {
  return HtmlService.createHtmlOutputFromFile('main');
}
还有main.html(我遇到的问题):


发布和测试脚本时,JavaScript控制台中出现以下错误:

无法读取未定义的3953020933-maestro\u htmlapp\u bin\u maestro\u htmlapp.js:54的属性“prototype\u v\uuuuuuuuuuuuuuuuu”


有人能解释一下吗?

目前唯一受支持的库是jQuery和jQuery UI。你不能使用mootools。

这很奇怪。那他们为什么在上面?它是不是说你不能使用它们?我没看见。非常令人沮丧…对不起,请你澄清一下:你是说它是>>应用程序脚本它是应用程序脚本,是的,它通过Caja净化你的HTML。这里有很好的记录:我以前读过这部分,但我也很确定我读过你可以使用第三方LIB。你可以使用任何通过消毒剂的东西。JQuery保证工作,但其他lib可能会也可能不会进行清理。工具不能通过。一般来说,支持ES5严格模式的库更有可能通过考试。
<html>
    <head>
       <script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/mootools/1.4.5/mootools.js"/>
    </head>
</html>