質問編集履歴
1
抽象的な表現に変更
title
CHANGED
File without changes
|
body
CHANGED
@@ -31,7 +31,7 @@
|
|
31
31
|
<script>
|
32
32
|
function test() {
|
33
33
|
let baseUrl = "https://api.openweathermap.org/data/2.5/weather";
|
34
|
-
let treURL = "?lat={
|
34
|
+
let treURL = "?lat={経度}&lon={緯度}"
|
35
35
|
let apiKey = "&appid={"+"APIキーを挿入しています。"+"}";
|
36
36
|
|
37
37
|
let getApi = baseUrl+treURL+apiKey;
|