一、ShortId https://github.com/dylang/shortid
ShortId 能创建惊奇的不重复的url友好的唯一标识。
使用方法 var shortId = require(‘shortid’); console.log(shortId.generate());
二、HashMap 原生javascript是没有map数据结构的,借助一个库,实现了map所有功能
一、ShortId https://github.com/dylang/shortid
ShortId 能创建惊奇的不重复的url友好的唯一标识。
使用方法 var shortId = require(‘shortid’); console.log(shortId.generate());
二、HashMap 原生javascript是没有map数据结构的,借助一个库,实现了map所有功能