我有兩個multiD列出循環通過兩個多維數組
list one [["hello","how", "are", "you"]] and
list two [["ss", "gg", "ff"]]
我想與所有的行值的列表中有兩個比較每一行的列表中的一個。
例
If list one has 2 rows with arrays list[2][values]
and list two has 3 rows with arrays list[3][values]
then
list one [0][all values] compare with
list two[0][values],
list two[1][values],
list two[2][values], and
list two[3][values].
Then take row two of list one and compare it with
all rows in list two again
and so on.
怎麼可能做到?
我不明白你的解釋。你可以發佈樣本輸入和輸出嗎? –
您是否嘗試編寫任何代碼到目前爲止? SO不是要求別人代表你做的東西,而是一個你可以得到* help * – zmo
的地方。我做不到。這就是爲什麼我問 – user3149650