日期:2014-05-16  浏览次数:20378 次

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

<是什么意思? 是不是 右边的值赋给左边?还是怎样?
------解决方案--------------------
<  小于号...
------解决方案--------------------
current 当前
index 索引
count 计数量

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