-1
我正在嘗試編寫一個創建UI的基本腳本。我把它歸納爲以下:
function doGet(e) {
var app = new UiApp.createApplication();
return app;
}
這引發錯誤:
Method "createApplication" was invoked with [object Object] as "this" value that can not be converted to type $Proxy811. (line 2)
當從腳本編輯頁面運行,當作爲一個web應用程序發佈的
什麼可以是這樣一個空的福利nction? –
@Serge insas。我不是問題的入門者。肯定這個函數沒用,但我可以認爲這是重現問題的最小函數。 – megabyte1024
@ megabyte1024:我只是覺得這個問題反映了事情應該如何工作的預先信息的缺失,正如你在答案中所說的那樣,語法是錯誤的,就是這樣;-) –