个人站长制做网页常用的php代码_php技巧
时间:2021-07-01 10:21:17
帮助过:17人阅读
代码如下:
$str = file("http://tq.tom.com/china/index.html");
$count = count($str);
for ($i=0;$i<$count;$i++){
$file .= $str[$i];
}
$tomtq = explode("
",$file);
$tomtq = explode("
",$tomtq[1]);
$tomtq= $tomtq[0];
//$tomtq tom天气小偷
?>
天气预报 code来的
[Ctrl+A 全选 注:如需引入外部Js需刷新才能执行]