UtilWrapper

UtilWrapper

new UtilWrapper()

Source:

Methods

isArrayLike(item)

Source:

是否是类数组对象

Parameters:
Name Type Description
item array

类数组对象

quickRounding(num)

Source:

快速取整

Parameters:
Name Type Description
num number

浮点数

rapidForLoop(array, processor)

Source:

快速循环

Example
processor(array[i],index)
Parameters:
Name Type Description
array array

类数组对象

processor function

函数对象 每次回调格式为 processor(array[i],index)

safeNumber(exp, digits)

Source:

安全数值

Parameters:
Name Type Default Description
exp number | string

算数表达式

digits number 10

精度参数须在 0 与20 之间

uniqueArray(array)

Source:

简单 unique 一维数组

Parameters:
Name Type Description
array Array

正常的一维数组