摘要: int total = dgList.RowCount; int count = total / 500; int num = total % 500; if (num > 0) { count = count + 1; } for (int i = 0; i < count; i++) { Dat 阅读全文
posted @ 2017-05-08 16:59 大善若龙 阅读(1550) 评论(0) 推荐(0) 编辑