diff --git a/testpage/js/topcontents.js b/testpage/js/topcontents.js index 66b20a0..29f7977 100644 --- a/testpage/js/topcontents.js +++ b/testpage/js/topcontents.js @@ -1,4 +1,3 @@ - var topcontent = []; @@ -12,6 +11,7 @@ .then(data => { //JSONから配列に変換 topcontent = data; + console.log(data); topchenge(topcontent); console.log("データ取得" + topcontent); }); @@ -48,4 +48,4 @@ } } -topcontents(); \ No newline at end of file +topcontents();