php 取得百度最新事件
程序员文章站
2024-04-04 10:03:59
...
php 获得百度最新事件
(.*)/is', $templateRss, $_description)) {
$templateRss = $_description[0];
$templateRss = str_replace("&", "&", $templateRss);
}
$templateRss = "".trim($templateRss);
$xml = simplexml_load_String($templateRss);
foreach ($xml->tbody->tr as $temp) {
if (!empty ($temp->td->a)) {
$keyArray [] = trim(($temp->td->a));
}
}
return $keyArray;
}
function getBaiduHotKeyWord() { $templateRss = file_get_contents('http://top.baidu.com/rss_xml.php?p=shijian'); If (preg_match('/
下一篇: php导出excel表 代码?解决办法
网友评论
文明上网理性发言,请遵守 新闻评论服务协议
我要评论