新建文件

This commit is contained in:
2025-01-06 19:52:30 +08:00
commit 4d2d5e2d5e
32 changed files with 1177 additions and 0 deletions

5
robot_251_1.php Normal file
View File

@ -0,0 +1,5 @@
<?php
$content = file_get_contents("http://125.64.9.222:8022/goods/flash_sale.php");
$pattern = '/\d+(?=元)/';
preg_match_all($pattern, $content, $matches);
echo "[".$matches[0][0]."]";