$row = $no%$maxLine?$no%$maxLine:$maxLine;
$row = $no%$maxLine!=0?$no%$maxLine:$maxLine;
如果判断no/maxline是否有余数后面的这个那个理解对不。
对的 可以这样理解