Warning: file_get_contents(/data/phpspider/zhask/data//catemap/9/google-apps-script/5.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 apps script 气体中的麻烦是否可以用成功的处理程序点作为回应?_Google Apps Script - Fatal编程技术网

Google apps script 气体中的麻烦是否可以用成功的处理程序点作为回应?

Google apps script 气体中的麻烦是否可以用成功的处理程序点作为回应?,google-apps-script,Google Apps Script,我觉得服务器的响应有问题 错误: 未捕获类型错误:a不是函数 控制台只是不显示 服务器端: findInRow函数返回Logger.log中的数据,如下所示 Logger.log([[{el1=3.0, el2=0.79}], []]) 您的代码示例缺少theFuncvstehFunc的拼写theFunc不是示例中声明的函数。您的代码示例缺少theFuncvstehFunc的拼写theFunc在您的示例中不是声明的函数 Logger.log([[{el1=3.0, el2=0.79}], [

我觉得服务器的响应有问题

错误:

未捕获类型错误:a不是函数

控制台只是不显示

服务器端:

findInRow函数返回Logger.log中的数据,如下所示

Logger.log([[{el1=3.0, el2=0.79}], []]) 

您的代码示例缺少
theFunc
vs
tehFunc
的拼写
theFunc
不是示例中声明的函数。

您的代码示例缺少
theFunc
vs
tehFunc
的拼写
theFunc
在您的示例中不是声明的函数

Logger.log([[{el1=3.0, el2=0.79}], []])