🌈 搜索
📅  最后修改于: 2022-03-11 15:03:44.752000             🧑  作者: Mango
transpose = m => m[0].map((x,i) => m.map(x => x[i]))