天枫庄资源网 Design By www.wosibo.com
复制代码 代码如下:
<?php
$url="http://www.golden-book.com/booksinfo/12/264.html";
$lines_array = file($url);
$lines_string = implode('',$lines_array);
iconv("gb2312", "utf-8",$lines_string);
// echo "dsafasdfasf".$lines_string;
eregi("<span class=\"style15\">[^>]*</span>",$lines_string,$head);
echo "asdfsfasdfa".$head[0];
?>
标签:
php,小偷

天枫庄资源网 Design By www.wosibo.com
广告合作:本站广告合作请联系QQ:858582 申请时备注:广告合作(否则不回)
免责声明:本站文章均来自网站采集或用户投稿,网站不提供任何软件下载或自行开发的软件! 如有用户或公司发现本站内容信息存在侵权行为,请邮件告知! 858582#qq.com
天枫庄资源网 Design By www.wosibo.com

评论“Php获取金书网的书名的实现代码”

暂无Php获取金书网的书名的实现代码的评论...