Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
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]; ?>