回答編集履歴
1
少し修正
test
CHANGED
@@ -1 +1 @@
|
|
1
|
-
関数など使わず、`addata == data[i][j]`としてはどうでしょうか?
|
1
|
+
関数など使わず、`addata === data[i][j]`としてはどうでしょうか?
|