Combine array of array into all possible combinations, forward only, in Ruby

后端 未结 3 1183
既然无缘
既然无缘 2020-12-08 14:23

I have an array of arrays, like so:

[[\'1\',\'2\'],[\'a\',\'b\'],[\'x\',\'y\']]

I need to combine those arrays into a string containing all

3条回答
提交回复
热议问题