Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
2 つの 2 次元配列の行を単純に比較できます。
arr1[1] == arr2[1]
しかし、列はどうですか?それを行うための便利な機能はありますか?