会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
云雀sunshine
博客园
首页
新随笔
联系
管理
2020年1月14日
lodadsh 其他
摘要: 目录 创建唯一的自增编号 uniqueId // 通过_.uniqueId('user-');创建的编号是唯一、自增的 var result = _.uniqueId('user-'); var result2 = _.uniqueId('user-'); console.log(result);/
阅读全文
posted @ 2020-01-14 11:36 云雀sunshine
阅读(117)
评论(0)
推荐(0)
编辑