add files

This commit is contained in:
2025-01-08 18:48:04 +08:00
parent 4442667890
commit d40a028cd6
18 changed files with 479 additions and 0 deletions

5
robot_251.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][1]."]";