wxm0711test

1.0.0 • Public • Published

1、功能介绍

数据重组,输出组合起来最大的数字

2、安装

npm i -g wxm0711

3、使用

const fn = require('./index.js');
const obj = fn.combine('12312sfasasas534')
console.log(obj.str1);//你输入的字符串为:12312sfasasas534
console.log(obj.str2);//去掉多余字符后的数组为:5,4,3,3,2,2,1,1
console.log(obj.str3);//重组后的数字为:54332211

/wxm0711test/

    Package Sidebar

    Install

    npm i wxm0711test

    Weekly Downloads

    1

    Version

    1.0.0

    License

    ISC

    Unpacked Size

    2.56 kB

    Total Files

    3

    Last publish

    Collaborators

    • wxm0711