add files
This commit is contained in:
5
robot_251.php
Normal file
5
robot_251.php
Normal 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]."]";
|
Reference in New Issue
Block a user