forEachforEach(function(item, index, array){ ... }, [context]) 遍历对象集合中每个元素,有点类似 each,但是遍历函数的参数不一样,当函数返回 false 的时候,遍历不会停止。 这是一个 Zepto 提供的方法,在 jQuery 的 API 中没有对应的方法。