質問編集履歴

4

Google Apps Scriptであることを明記

2018/05/30 07:29

投稿

macaron_xxx
macaron_xxx

スコア3191

test CHANGED
File without changes
test CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
 
4
4
 
5
- APIを叩いて返ってきたJSONに大きな数値が入っているため
5
+ Google Apps ScriptでAPIを叩いて返ってきたJSONに大きな数値が入っているため
6
6
 
7
7
  JSON.parseした際に指数変換されてしまう。
8
8
 

3

ブラウザとバージョンの追記

2018/05/30 07:29

投稿

macaron_xxx
macaron_xxx

スコア3191

test CHANGED
File without changes
test CHANGED
@@ -53,3 +53,11 @@
53
53
 
54
54
 
55
55
  よろしくお願いいたします。
56
+
57
+
58
+
59
+ ### 追記
60
+
61
+ 使用しているブラウザとバージョンは下記のとおりです。
62
+
63
+ Google Chrome 67.0.3396.62

2

初心者アイコンをつけた

2018/05/30 07:15

投稿

macaron_xxx
macaron_xxx

スコア3191

test CHANGED
File without changes
test CHANGED
File without changes

1

言語の変更

2018/05/30 07:07

投稿

macaron_xxx
macaron_xxx

スコア3191

test CHANGED
File without changes
test CHANGED
@@ -18,7 +18,7 @@
18
18
 
19
19
 
20
20
 
21
- ```Google Apps Script
21
+ ```JavaScript
22
22
 
23
23
  var response = UrlFetchApp.fetch("https://example.com");
24
24