在 dede:channel 的库文件的
大约 107行 发现 $totalRow = $dsql->GetTotalRow();
我们再在 大约 115行 增加 $totalRow = $dsql->GetTotalRow(); 再在大约 159行 增加 $GLOBALS['totalRow'] = $totalRow;
在前台 dede:channel 可以调用[field:global name='totalRow' /]表示 dede:channel的行的大小 数组的大小
if($col>1) $likeType .= "</dd>\r\n";
$GLOBALS['autoindex']++;
$GLOBALS['totalRow'] = $totalRow;
$GLOBALS['lastRow'] = false;
if($GLOBALS['autoindex'] == ($GLOBALS['totalRow']-1) ){
$GLOBALS['lastRow'] = true;
}