質問編集履歴

1

一部誤りがありました

2022/06/17 13:04

投稿

takashi691
takashi691

スコア1

test CHANGED
File without changes
test CHANGED
@@ -16,9 +16,9 @@
16
16
  <script type="text/javascript">
17
17
  var data = {};
18
18
  data.detail = [
19
- { id:'AAA', date:'2022/01/01', text:'テキストテキスト', title:'タイトルA' type:'1'},
19
+ { id:'AAA', date:'2022/01/01', text:'テキストテキスト', title:'タイトルA', type:'1'},
20
- { id:'BBB', date:'2022/01/02', text:'テキストテキスト', title:'タイトルB' type:'1'},
20
+ { id:'BBB', date:'2022/01/02', text:'テキストテキスト', title:'タイトルB', type:'1'},
21
- { id:'CCC', date:'2022/01/03', text:'テキストテキスト', title:'タイトルC' type:'2'};
21
+ { id:'CCC', date:'2022/01/03', text:'テキストテキスト', title:'タイトルC', type:'2'};
22
22
  ]
23
23
  </script>
24
24
  ```