質問編集履歴

1

誤字

2023/02/25 13:11

投稿

Nanmotsu
Nanmotsu

スコア22

test CHANGED
File without changes
test CHANGED
@@ -27,7 +27,7 @@
27
27
 
28
28
  print("ok1");
29
29
 
30
- const url='https://~~~.com/flutter/titledata.php';
30
+ const url='https://~~~.com/flutter/titledata.json';
31
31
  await http.get(Uri.parse(url)).then((response){
32
32
 
33
33
  print("ok2");
@@ -43,7 +43,7 @@
43
43
 
44
44
  ### 結果
45
45
  上記の関数を外部で呼んでいますが
46
- const url='https://~~~.com/flutter/titledata.php';
46
+ const url='https://~~~.com/flutter/titledata.json';
47
47
  await http.get(Uri.parse(url)).then((response){
48
48
  以降が詰まっているのか、「ok2」とprintされません。
49
49