link如何做四分格的分栏?是不是要定义一个set变量?
用let,没有setint idx = 0;var query = from x in datalet i = idx++group x by i % 4 into gselect g;