当前位置:Gxlcms > PHP教程 > PHP数三退1

PHP数三退1

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

PHP数3退1
 1){
                if($arr[$index]==true){
                        $io++;
                        if($io==3){
                                $count --;
                                $io = 0;
                                $arr[$index]=false;
                        }
                }
                $index ++;
                if($index==count($arr)){
                        $index = 0;
                }
        }

        for( $i=0; $i

人气教程排行