Ken 2 gün önce
ebeveyn
işleme
462d9755ab
1 değiştirilmiş dosya ile 2 ekleme ve 0 silme
  1. 2 0
      app/Http/Controllers/api/Home.php

+ 2 - 0
app/Http/Controllers/api/Home.php

@@ -119,6 +119,8 @@ class Home extends Controller
     {
 //        $target = 27;
         $target =  request()->input('a',15);
+        echo $target;
+        echo "\n";
         $matchingNumbers = $this->getMatchingNumbers($target);
         if ($matchingNumbers !== null) {
             echo "找到的数字是:" . implode(", ", $matchingNumbers);