回答編集履歴

1

サンプルリンク追加

2021/03/09 02:28

投稿

hatena19
hatena19

スコア33722

test CHANGED
@@ -16,10 +16,14 @@
16
16
 
17
17
  values[i-1][j-1] = document.getElementById("num"+ i + "_" + j).value;
18
18
 
19
- }
19
+ }
20
20
 
21
21
  }
22
22
 
23
23
  }
24
24
 
25
25
  ```
26
+
27
+
28
+
29
+ [CodePenサンプル](https://codepen.io/hatena19/pen/GRNYYBd)