侧边栏壁纸
博主头像
落叶人生博主等级

走进秋风,寻找秋天的落叶

  • 累计撰写 130562 篇文章
  • 累计创建 28 个标签
  • 累计收到 9 条评论
标签搜索

目 录CONTENT

文章目录

个人站长制做网页常用的php代码

2023-12-19 星期二 / 0 评论 / 0 点赞 / 45 阅读 / 2041 字

复制代码 代码如下:<?php $str=file("http://tq.tom.com/china/index.html"); $count=count($str); for($i=0;$i<$count;$i++){

复制代码 代码如下:

<?php 
$str = file("http://tq.tom.com/china/index.html"); 
$count = count($str); 
for ($i=0;$i<$count;$i++){  
    $file .= $str[$i]; 

$tomtq = explode("<table width=/"774/" border=/"0/" cellspacing=/"1/" cellpadding=/"1/" bgcolor=/"#ABABAB/">",$file); 
$tomtq = explode("</table>",$tomtq[1]); 
$tomtq= $tomtq[0]; 
//$tomtq tom天气小偷 
?> 


天气预报 code来的





[Ctrl+A 全选 注:引入外部Js需再刷新一下页面才能执行]

广告 广告

评论区