标签:span length bsp lte art sort ice push rip

Math random:随机数



# 定时函数
### 多次定时
* setInterval()
* clearInterval()
### 单次定时
* setTimeout()
* clearTimeout()


# Array
### 属性
* length
### 方法
* concat()
* join()
* slice()
* reverse()
* push()
* pop()
* shift()
* unshift()
* splice()
* sort()

###ECMA5 新增的方法
* forEach()
* map()
* filter()
* every()
* some()
* indexOf()
* lastIndexOf()


标签:span length bsp lte art sort ice push rip
原文地址:http://www.cnblogs.com/lwwnuo/p/7419055.html