We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
按指定规则生成一个一维数组
string
用于生成规则的表达示,类型为String,是必选项
fn
用于处理最终数组的每一个项,对数组的每个值分别进行处理,类型为Function或String,是可选项。 当fn是Function时,会有两个参数,[index, $1],index是数组当前项在数组中的索引,$1是当前项的值
There was an error while loading. Please reload this page.