const List=[['a1','a2'],['b1','b2']]
List是后台返回数据,长度不固定,内部元素长度不固定,希望组合成下面格式:
Program exited with status code of 0.const res=[ [ 'a1', 'b1' ], [ 'a1', 'b2' ], [ 'a2', 'b1' ], [ 'a2', 'b2' ] ]
整了半天,请问怎样实现?谢谢.
慕村225694
梦里花落0921
相关分类