文件名称:array-combination:【NPM】*组合数组所有的可能 All the possibilities of a free combinatorial array
文件大小:2KB
文件格式:ZIP
更新时间:2024-05-22 00:21:44
JavaScript
array-combination *组合数组所有的可能 All the possibilities of a free combinatorial array install npm install --save array-combination use const arrayCombination = require('array-combination'); let optionList = { '姓名': [ {name: '张三'}, {name: '李四'}, ], '年龄': [ {age: '10-20'}, {age: '20-30'}, ], '其他': [ {other: '是'}, {other: '否'}, {other: '1'}, ], }; let res = arrayCo
【文件预览】:
array-combination-master
----README.md(2KB)
----index.js(410B)
----package.json(437B)