use Illuminate\Support\Facades\File; use Illuminate\Support\Facades\Storage; Route::get('/random-line', function () { $fileContents = File::get('tdk.txt'); $lines = explode("\n", $fileContents); $randomLine = $lines[mt_rand(0, count($lines) - 1)]; return $randomLine; }); 114.102.241.189|IP114.102.241.189归属地_IP地址查询
  • 您查询的IP地址: 114.102.241.189
  • IP : 114.102.241.189 的地理位置信息
  • 准确归属地: 114.102.241.189 -> 安徽省宿州市泗县 电信
  • 参考归属地: 114.102.241.189 -> 中国 安徽 安庆

2010-2024 900查询 版权所有