笛卡尔积 强大的笛卡尔积 该模块在v0.0.3之前被称为fast-cartesian-product ,现在分为两个模块: 专注于速度,仅适用于阵列 专注于无限组合,更少的内存,更多的数据类型 例子 import PowerCartesianProduct from 'power-cartesian-product' const inputs = [ [ 0 , 1 ] , [ 'A' , 'B' ] , ] for ( const combination of new PowerCartesianProduct ( inputs ) ) { console . log ( c