参考文档: iOS开发中可能会用到的一些函数 工程中代码:ceil() / ceilf() / ceill() ----向上取整 int columnCount = ceilf(_picPathStringsArray.count * 1.0 / 3);