在 while 循环中从数据库中回显结果,以便我可以一次回显其中的 5 个。目前已将标准字符串放入循环中以进行测试。<li>
元素的样式有一个属性border-bottom
。是否可以回显最后一个结果(数字 5)以应用另一个类来排除边界?
$i = 1;
while($i <= 5) {
// On the 5th, change the class here to rule out the border-bottom.
echo "<li>jQuery &HTML5 audio player.</li>";
$i++;
}
那么,在那里的某个地方,抛出一个 if 语句?对不起。这可能真的很简单,但这是漫长的一天