回答編集履歴

1

typo

2024/07/25 09:23

投稿

yambejp
yambejp

スコア116220

test CHANGED
@@ -8,7 +8,7 @@
8
8
  "japanese":[57, 68, 19, 74, 94]
9
9
  }
10
10
  ```
11
- # exsample.htm
11
+ # example.htm
12
12
  ```html
13
13
  <!DOCTYPE html>
14
14
  <html lang="ja">
@@ -23,7 +23,7 @@
23
23
  </body>
24
24
  </html>
25
25
  ```
26
- # exsample.php
26
+ # example.php
27
27
  ```php
28
28
  <?php
29
29
  $score=json_decode(file_get_contents("example.json"),JSON_OBJECT_AS_ARRAY);