作者 王智

baoxiu

@@ -257,10 +257,7 @@ class Index extends Api @@ -257,10 +257,7 @@ class Index extends Api
257 } else { 257 } else {
258 $num = $str + 1; 258 $num = $str + 1;
259 } 259 }
260 - echo $num;  
261 - echo '2';  
262 - die;  
263 - } elseif (!strstr($arr[3], '0')) { 260 + } elseif (strlen($arr[3] > 2)) {
264 echo $arr[3]; 261 echo $arr[3];
265 echo '3'; 262 echo '3';
266 die; 263 die;