Files
luowei/robot_251.php
2025-01-08 18:48:04 +08:00

5 lines
187 B
PHP

<?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]."]";