Image

test

‘;
} elseif ($current_count % 3 === 0) {
// 根据实际情况调整这里的条件,如果每3个图片一行,也可以在这里添加换行
echo ‘

‘;
}
$current_count++;
?>