1

d我正在使用这个 ajax.php 来获取 livenews 自动更新。但有时它会导致高杯子使用率,有时(120%)它在 apache 上运行。你能告诉我这个问题吗:代码是:

<?php
$data = file_get_contents('http://domaine.com');
preg_match("/<ul[^>]*id=\"toautoupdate\"[^>]*>(.*?)<\\/ul>/si", $data, $match);
echo $match[1];
?>
4

0 回答 0