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