質問編集履歴

2

文章の修正

2020/06/26 04:40

投稿

YousukeTanaka
YousukeTanaka

スコア79

test CHANGED
File without changes
test CHANGED
@@ -34,9 +34,11 @@
34
34
 
35
35
  </div>
36
36
 
37
- </body>
38
37
 
38
+
39
+ //以下の部分の特に、function onSuccess(result){}/function onFailure(e){}の機能を確認したいと考えています。
40
+
39
- <script>
41
+    <script>
40
42
 
41
43
  window.onload = function() {
42
44
 
@@ -68,6 +70,8 @@
68
70
 
69
71
  </script>
70
72
 
73
+ </body>
74
+
71
75
  </html>
72
76
 
73
77
  ```

1

タイトルの変更

2020/06/26 04:40

投稿

YousukeTanaka
YousukeTanaka

スコア79

test CHANGED
@@ -1 +1 @@
1
- 【Google Apps Script】 window.onload = function() {}の意味
1
+ 【Google Apps Script】document.getElementById("serchStaff").value = result/"Error";の意味
test CHANGED
File without changes