文章详情页
php抓即时股票信息
浏览:28日期:2024-01-02 15:41:41
php抓即时股票信息 <?;;$file_name="index.htm";;;if(is_file($file_name)) {;;exec("cat $file_name",$buffer);;;for($i=0;$i<count($buffer);$i++) {;;if(strstr($buffer[$i],"<!--股市每日動態-->")) break; //找到這一行;;};;for($j=$i;$j<$i+70;$j++) { //抓以下70行;;$str.= $buffer[$j];;;};;echo $str;;;};;?>;;;;;;;;;;
标签:
PHP
上一条:简单的用PHP编写的导航条程序下一条:利用PHP动态生成VRML网页
排行榜