1.向上取整操作 开始的时候, ceil(Double(self.dataList.count/4)) 但是无法取得. 因此使用: ceil(Double(self.dataList.count)/Double(4)) //2.1 ->3