当前位置:Gxlcms > PHP教程 > php$this->currentindex<$this->count;解决思路

php$this->currentindex<$this->count;解决思路

时间:2021-07-01 10:21:17 帮助过:3人阅读

php $this->currentindex < $this->count;
php $this->currentindex < $this->count;

<是什么意思? 是不是 右边的值赋给左边?还是怎样?

分享到: 更多


------解决方案--------------------
< 小于号...
------解决方案--------------------
current 当前
index 索引
count 计数量

$this->currentindex < $this->count
当前位置小于总数(没有到达结尾)

人气教程排行