Lodash

是一个一致性、模块化、高性能的 JavaScript 实用工具库。

“Util” Methods

_.uniqueId([prefix=''])

生成唯一ID。 如果提供了 prefix ,会被添加到ID前缀上。

添加版本

0.1.0

参数

  1. [prefix=''] (string): 要添加到ID前缀的值。

返回

(string): 返回唯一ID。

例子

_.uniqueId('contact_');
// => 'contact_104'
 
_.uniqueId();
// => '105'

数组 Array

集合 Collection

日期 Date

函数 Function

Lang

数学 Math

数字 Number

对象 Object

Seq

字符串 String

实用函数 Util

Properties

Methods